Get a profile by handle
Fetches the profile with the given handle. Handles are unique when present, so at most one profile matches. Public read.
/profiles/by-handle/{handle}Fetches the profile with the given handle. Handles are unique when present, so at most one profile matches. Public read.
Path Parameters
Unique profile handle.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/profiles/by-handle/string"{
"code": 200,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"pagination": {
"page": 1,
"limit": 1,
"total": 0,
"has_next": true,
"has_prev": true,
"next_page": 0,
"prev_page": 0
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string",
"data": {
"actor_id": "04f37679-bfbf-4906-b749-01756515cecf",
"handle": "string",
"profile": {},
"schema_version": 0,
"outdated": true,
"updated_at": "2019-08-24T14:15:22Z"
}
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "IdentityX"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "IdentityX"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "IdentityX"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "IdentityX"
}Upsert a project actor's profile PUT
Sets (or replaces) the project-scoped profile of the given actor within the project, validating against the project's active profile schema. Project users may update their own profile; project admins/owners may update any profile in the project.
List outdated platform actor profiles GET
Lists platform-scoped actor profiles that failed to migrate to the active platform schema version and are flagged as outdated. The admin resolves them manually (edit via the profile upsert, or fix the schema). Requires a platform-level client.