Retrieves detailed information about a specific user including profile data, associated companies, and permission details.
model (UserGetDetailsRequest, required) — Request payload including:
id (guid, required) — Unique identifier of the user to retrieve.includeCompanies (bool, optional) — Load associated company relationships.includePermissions (bool, optional) — Load detailed role and permission assignments.UserGetDetailsResponse containing complete user details including optional related data.
The access token received from the authorization server in the OAuth 2.0 flow.
The request payload containing the user ID and optional flags for including related data (companies, permissions).
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Represents a response containing full user detail information.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
The detailed user information payload.