Skip to main content
Mint Starter Kit home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Users Reference
Assign organizaciones to a user.
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
Assign organizaciones to a user.
POST
/
api
/
users
/
{id}
/
organizaciones
Try it
Path Parameters
id
string
required
User id (should be a UUID)
Body
application/json
organizaciones
string[]
Response
201
CREATED
Overwrite all organizaciones assiged to a user with new list of organizaciones
Remove an organizacion from a user (unattach)
⌘I