Get user information
This endpoint retrieves the information of a user filtered by their username.
GET /api/v2/businesses/{businessId}/users/{userName}
If the data included in the request is correct —both businessId and userName—, the response will contain the information defined for the employee.
Response example
{
"username": "test.user@orquest.com",
"email": "test.user@orquest.com",
"nodes": [
5391, 5392
],
"roles": ["Manager"]
}
Details
-
username: name of the user.
-
mail: email address linked to the user.
-
nodes: nodes in which the user has visibility.
-
roles: user roles.