Skip to main content

Get ownership details

GET 

/identities/:identityId/ownership

Get Ownership association details of an Identity

Request

Path Parameters

    identityId stringrequired

    The identity id

    Example: ff8081814d2a8036014d701f3fbf53fa

Responses

Ownership association details of an Identity.

Schema
    associationDetails object[]

    list of all the resource associations for the identity

  • Array [
  • associationType string

    association type with the identity

    entities object[]

    the specific resource this identity has ownership on

  • Array [
  • identityEntity object
    id string

    id of the resource to which the identity is associated

    name string

    name of the resource to which the identity is associated

    type string

    type of the resource to which the identity is associated

  • ]
  • ]
Loading...