Documentation ¶
Overview ¶
Package users provides API services for users managing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagerPermissionsPart ¶
type ManagerPermissionsPart struct { CurrentUserIsManager bool `json:"-"` // returned only if the current user is a manager CurrentUserCanGrantUserAccess bool `json:"current_user_can_grant_user_access"` // returned only if the current user is a manager CurrentUserCanWatchUser bool `json:"current_user_can_watch_user"` }
ManagerPermissionsPart contains fields related to permissions for managing the user. These fields are only displayed if the current user is a manager of the user. swagger:ignore
Click to show internal directories.
Click to hide internal directories.