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
1001john.doe@example.comJohn 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
newuser@example.comName 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...&signupEmailId=newuser@example.comRole assigned to the invited user
DEVELOPERInvitation request validation failed
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsUser removal request with email
Email address of the user to remove from the account
user.to.remove@example.comUser removed or invitation deleted successfully
Successful removal response
0SUCCESS["ADMIN","MEMBER","DEVELOPER","GUEST"]User removal failed
Last updated