Skip to main content

Get ownership details

GET 

/identities/:identityId/ownership

Use this API to return an identity's owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the Search API. When you search for identities, the returned identities have a property, owns, that contains a more comprehensive list of identity's owned objects.

Request

Path Parameters

    identityId stringrequired

    Identity ID.

    Example: ff8081814d2a8036014d701f3fbf53fa

Responses

Identity's ownership association details.

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...