groupRole
Gets information about a specific role for a group.
Parameters
Name | Type | Description |
---|---|---|
groupId | GroupId | The id of the group to get the role information from. |
roleId | RoleId | The id of the role to get information about. |
Example
const { data: role } = await GroupsApi.groupRole({ groupId: 5850082, roleId: 48715304 });
Endpoint
GET /v2/groups/{groupId}/roles/{roleId}