Skip to main content

Retrieve the information returned by the identity provider

Retrieve the information returned by the identity provider for registration or updating an existing user with new information

Path Parameters
  • intentId string required

    ID of the intent, previously returned on the success response of the IDP callback

Request Body required
  • token string

    Possible values: non-empty and <= 200 characters

    token of the intent, previously returned on the success response of the IDP callback

Responses

OK


Schema
  • details object
  • sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

  • changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

  • resourceOwner resource_owner is the organization or instance_id an object belongs to
  • idpInformation object
  • oauth object

    OAuth/OIDC access (and id_token) returned by the identity provider

  • accessToken string
  • idToken string
  • idpId string

    ID of the identity provider

  • userId string

    ID of the user of the identity provider

  • userName string

    username of the user of the identity provider

  • rawInformation object

    complete information returned by the identity provider

Loading...