Skip to main content
Mint Starter Kit home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Users Reference
Remove a role from a user (unattach)
Guides
API Reference
Documentation
Community
Blog
API Documentation
Introduction
Users Reference
GET
Retrieve a list of all the users along with their roles and organizaciones
POST
Creates a user with assigned roles and organizaciones
GET
Retrieve a user along with their assigned roles and organizaciones
PUT
Overwrite all organizaciones assiged to a user with new list of organizaciones
POST
Assign organizaciones to a user.
DEL
Remove an organizacion from a user (unattach)
PUT
Overwrite all roles assiged to a user with new list of roles
POST
Assign roles to a user.
DEL
Remove a role from a user (unattach)
Users Reference
Remove a role from a user (unattach)
DELETE
/
api
/
users
/
{user_id}
/
roles
/
{id}
Try it
Path Parameters
user_id
string
required
User id (should be a UUID)
id
string
required
Role id (should be a UUID)
Response
202
ACCEPTED
Assign roles to a user.
⌘I