API summary

See the API's various operations for details on their request parameters and response data.

OperationMethodEndpoint
Email enrollments
Send enrollment emailPOST/email-enrollments
Users
List usersGET/users
Add a userPOST/users
Delete a userDELETE/users/​USERID
Get a userGET/users/​USERID
Update a userPUT/users/​USERID
Add an alias to a userPOST/users/​USERID/​aliases
Delete an alias assigned to a userDELETE/users/​USERID/​aliases/​USERALIASID
Assign groupsPOST/users/​USERID/​assign-groups
Assign policiesPOST/users/​USERID/​assign-policies
List bypass codesGET/users/​USERID/​bypass-codes
Create a bypass codePOST/users/​USERID/​bypass-codes
Get a bypass codeGET/users/​USERID/​bypass-codes/​{bypassCodeId}
List the user's devicesGET/users/​USERID/​devices
Assign a hardware tokenPOST/users/​USERID/​devices/​assign-hardware-token
Disable a devicePOST/users/​USERID/​devices/​{deviceId}/​disable
Enable a devicePOST/users/​USERID/​devices/​{deviceId}/​enable
Groups
List groupsGET/groups
Add a groupPOST/groups
Delete a groupDELETE/groups/​{groupId}
Get a groupGET/groups/​{groupId}
Remove a user from a groupDELETE/groups/​{groupId}/​users/​USERID
Add a user to a groupPOST/groups/​{groupId}/​users/​USERID