v1

latestSwagger 2.02026-08-04232286653.5 KB
Identities

Update user details for the logged in user.

A successful response from this resource wil contain the updated user details.

put/users/identities

Request body

namestring required
rolestring

Example request

{
  "name": "John Doe",
  "role": "Admin"
}

Response

credentialsstring[]

Credentials will be deprecated

credentials_mapobject

Example response

{
  "identity": {
    "accepted_tos": true,
    "company_name": "Crusoe",
    "email": "john.doe@crusoeenergy.com",
    "is_recovery": true,
    "managed_by": "scim_okta",
    "name": "John Doe",
    "org_role": "org-member, org-admin",
    "registration_type": "waitlist",
    "role": "Admin",
    "sso_enforcement": "none"
  }
}