Users REST Endpoints

Users

REST API endpoints for Users

Associate Roles With This User
Method: post
Path: /api/v2/users/{id}/roles/
Create a Credential for a User
Method: post
Path: /api/v2/users/{id}/credentials/
Create a User
Method: post
Path: /api/v2/users/
Create an Access Token for a User
Method: post
Path: /api/v2/users/{id}/authorized_tokens/
Create an Access Token for a User
Method: post
Path: /api/v2/users/{id}/personal_tokens/
Create an Access Token for a User
Method: post
Path: /api/v2/users/{id}/tokens/
Create an Application
Method: post
Path: /api/v2/users/{id}/applications/
Delete a User
Method: delete
Path: /api/v2/users/{id}/
List Access Tokens for a User
Method: get
Path: /api/v2/users/{id}/authorized_tokens/
List Access Tokens for a User
Method: get
Path: /api/v2/users/{id}/personal_tokens/
List Access Tokens for a User
Method: get
Path: /api/v2/users/{id}/tokens/
List Activity Streams for a User
Method: get
Path: /api/v2/users/{id}/activity_stream/
List Applications
Method: get
Path: /api/v2/users/{id}/applications/
List Credentials for a User
Method: get
Path: /api/v2/users/{id}/credentials/
List Organizations Administered by This User
Method: get
Path: /api/v2/users/{id}/admin_of_organizations/
List Organizations for a User
Method: get
Path: /api/v2/users/{id}/organizations/
List Projects for a User
Method: get
Path: /api/v2/users/{id}/projects/
List Roles for a User
Method: get
Path: /api/v2/users/{id}/roles/
List Teams for a User
Method: get
Path: /api/v2/users/{id}/teams/
List Users
Method: get
Path: /api/v2/users/
List Users
Method: get
Path: /api/v2/users/{id}/access_list/
Retrieve a User
Method: get
Path: /api/v2/users/{id}/
Update a User
Method: patch
Path: /api/v2/users/{id}/
Update a User
Method: put
Path: /api/v2/users/{id}/