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}