List user's scopes
Returns a list of scopes that a user is a member of
get/users/{id}/scopes
Path parameters
idstring uuid required
The ID of a user.
The ID of the user
Response
OK
Example response
[
{
"scope": "denoland"
}
]Returns a list of scopes that a user is a member of
The ID of a user.
The ID of the user
OK
[
{
"scope": "denoland"
}
]