Users REST Endpoints
Users
REST API endpoints for Users
- Associate Roles With This User
- Method: postPath:
/api/v2/users/{id}/roles/ - Create a Credential for a User
- Method: postPath:
/api/v2/users/{id}/credentials/ - Create a User
- Method: postPath:
/api/v2/users/ - Create an Access Token for a User
- Method: postPath:
/api/v2/users/{id}/authorized_tokens/ - Create an Access Token for a User
- Method: postPath:
/api/v2/users/{id}/personal_tokens/ - Create an Access Token for a User
- Method: postPath:
/api/v2/users/{id}/tokens/ - Create an Application
- Method: postPath:
/api/v2/users/{id}/applications/ - Delete a User
- Method: deletePath:
/api/v2/users/{id}/ - List Access Tokens for a User
- Method: getPath:
/api/v2/users/{id}/authorized_tokens/ - List Access Tokens for a User
- Method: getPath:
/api/v2/users/{id}/personal_tokens/ - List Access Tokens for a User
- Method: getPath:
/api/v2/users/{id}/tokens/ - List Activity Streams for a User
- Method: getPath:
/api/v2/users/{id}/activity_stream/ - List Applications
- Method: getPath:
/api/v2/users/{id}/applications/ - List Credentials for a User
- Method: getPath:
/api/v2/users/{id}/credentials/ - List Organizations Administered by This User
- Method: getPath:
/api/v2/users/{id}/admin_of_organizations/ - List Organizations for a User
- Method: getPath:
/api/v2/users/{id}/organizations/ - List Projects for a User
- Method: getPath:
/api/v2/users/{id}/projects/ - List Roles for a User
- Method: getPath:
/api/v2/users/{id}/roles/ - List Teams for a User
- Method: getPath:
/api/v2/users/{id}/teams/ - List Users
- Method: getPath:
/api/v2/users/ - List Users
- Method: getPath:
/api/v2/users/{id}/access_list/ - Retrieve a User
- Method: getPath:
/api/v2/users/{id}/ - Retrieve Information About the Current User
- Method: getPath:
/api/v2/me/ - Update a User
- Method: patchPath:
/api/v2/users/{id}/ - Update a User
- Method: putPath:
/api/v2/users/{id}/