Retrieve profiles by ID in the current projectDeprecated

Deprecated in favor of the Retrieve principals endpoint.

Retrieve one or more user profiles indexed by the user identifier in the same CDF project.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json

Specify a maximum of 1000 unique IDs.

Array of objects (UserIdentifier)
Responses
200
400

The response for a failed request.

post/profiles/byids
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}