Skip to content

ApproveMembership

POST
/api/admin/orgs/{slug}/members/{accountId}/approve
curl --request POST \
--url https://demo.consystence.com/api/admin/orgs/example/members/example/approve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "role": "example" }'
slug
required
string
accountId
required
string
Media typeapplication/json
object
role
string
nullable
Examplegenerated
{
"role": "example"
}

OK