cURL
curl --request GET \ --url https://api.example.com/users/{userId}
{ "userId": "<string>", "roles": [ { "productId": "<string>", "roleId": "<string>", "permissions": [ { "permissionId": "<string>", "resourceIds": [ "<string>" ] } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "permissions": [ { "permissionId": "<string>", "resourceIds": [ "<string>" ] } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
the user id to retrieve
The ID of the user.
User role ids
Show child attributes
The permissions associated with the user.
the date of creation of the user
the date of the last update of the user
Was this page helpful?