PersonIdentityResponse

public struct PersonIdentityResponse : Codable

A root object that stores information about a collection of person identities.

Properties

  • The data included in the repsonse for a person identity object request.

    Declaration

    Swift

    public let data: [PersonIdentity]
  • The realtive URL to the next page in the paginated response.

    Declaration

    Swift

    public let next: String?