Overview
TheUserDetailsResponse struct provides comprehensive user information including their associated organizations and workspaces.
Definition
Fields
The complete user object containing all user details.
A vector of organizations the user belongs to. Each organization is represented as a JSON value.
A vector of workspaces the user has access to. Each workspace is represented as a JSON value.
Usage Example
Related Types
- User - The user model
- Organization - Organization model (in JSON format)
- Workspace - Workspace model (in JSON format)
See Also
- fetch_user_details - API method that returns this type
