nexlink/docs/api/role.md
2025-12-25 00:24:40 +01:00

16 lines
218 B
Markdown

## GET /api/v1/role/{id}
_Requires an authentication header_
Returns a role with id = {id}
### Response:
```json
{
"id": "string",
"name": "string",
"communityId": "string",
"creationDate": 0
}
```