v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
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

rootRoleinteger required

The ID of the root role to assign to the new user.

Example request

{
  "rootRole": 2
}

Response

This response has no body.