Create User Profile
Headers
Request body
Example request
{
"external_id": "user_12345",
"metadata": {}
}Response
Successful response (OK)
Example response
{
"id": "uprof_011CZkZCu8hGbp5mYRQgUmz9",
"type": "user_profile",
"external_id": "user_12345",
"name": "Example User",
"relationship": "external",
"trust_grants": {
"cyber": {
"status": "active"
}
},
"metadata": {},
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z"
}Changes
Changed in 4 of the 67 revisions of this API.511
- ▲
the response property
relationshipbecame optional for the status200response-property-became-optional
- ○
added the new optional request property
access_typenew-optional-request-property
- ○
added the optional property
access_typeto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the request property
external_idbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
namebecame not nullablerequest-property-became-not-nullable
- ▲
response property
external_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
request property
external_idlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
namelist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
the
external_idrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
the
namerequest property's minLength was decreased from1to0request-property-min-length-decreased
- ▲
- ○
added the new optional request property
namenew-optional-request-property
- ○
added the new optional request property
relationshipnew-optional-request-property
- ○
added the optional property
nameto the response with the200statusresponse-optional-property-added
- ○
added the required property
relationshipto the response with the200statusresponse-required-property-added
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○