v1
latestOpenAPI 3.0.12026-06-115557102.5 KBGet authenticated user's scope member details
Returns details of the authenticated user's membership of a scope
get/user/member/{scope}
Path parameters
scopestring required
The name of a scope. This must not be @ prefixed.
Example:denoland
The name of the scope
Response
OK
Example response
{
"scope": "denoland",
"user": {
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
}
}