v11
latestOpenAPI 3.1.12026-08-03174162.0 MBPermission Scopes
Create a new permission scope
Create a permission scope for a team member. Can be PROMOTER-specific (applies to all events by that promoter) or VENUE-specific (applies to all events at that venue). Replaces lower-tier permissions.
post/teams/{key}/members/{memberId}/permission-scopes
Path parameters
keystring required
memberIdstring required
Request body
Example request
{
"permissions": [
"team.read"
]
}Response
OK
Example response
{
"permissions": [
"team.read"
]
}