Users
Approve a user access request.
Enterprise feature
Approves a pending user access request, creating a new user with the specified role.
post/api/admin/user-access-requests/{id}/approve
Path parameters
idstring required
Request body
Example request
{
"rootRole": 2
}Response
This response has no body.
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○