User Management
Overview
Available Endpoints
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request parameters required
Successfully fetched team data
List of users and pending invitations
1001[email protected]John DoeUser role in the account
ADMINSuccessfully fetched team data
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsUser invitation request with email and role
Email address of the user to invite. Must be valid email format and belong to same organization domain
[email protected]Name of the user being invited
thereRole to assign to invited user. Valid values: ADMIN, MEMBER, DEVELOPER, VIEWER, or custom role names. Must be within current user's role hierarchy
DEVELOPERWebsite host name for the invitation link
https://app.akto.ioInvitation sent successfully
Successful invitation response containing the invite link and role
Complete invitation link to be sent to the invitee. Contains JWT code valid for 1 week
https://app.akto.io/addUserToAccount?signupInvitationCode=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...&[email protected]Role assigned to the invited user
DEVELOPERInvitation request validation failed
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsUser removal request with email
User removed or invitation deleted successfully
Successful removal response
0SUCCESS["ADMIN","MEMBER","DEVELOPER","GUEST"]User removal failed
Last updated