Scope for Current User | Endpoint |
---|---|
read:current_user | GET /api/v2/users/ GET /api/v2/users//enrollments |
update:current_user_identities | POST/api/v2/users//identities DELETE /api/v2/users//identities// |
update:current_user_metadata | PATCH /api/v2/users/ |
create:current_user_metadata | PATCH /api/v2/users/ |
create:current_user_device_credentials | POST /api/v2/device-credentials |
delete:current_user_device_credentials | DELETE /api/v2/device-credentials/ |
Authorization
header of the request.USER_ID
and MGMT_API_ACCESS_TOKEN
placeholder values with the logged-in user’s user ID (sub
value from the decoded Management API token) and the Management API access token, respectively.