Access management
Returns organization users
A user entity with extended profile information including organization, photo, and account metadata.
The unique identifier of the user or group.
The display name of the user or group.
The user's first name.
The user's last name.
The identifier of the organization the user belongs to.
The name of the team the user belongs to, if set.
Returns organization users
Returns the list of groups
A group entity that can be assigned permissions on resources.
The unique identifier of the user or group.
The display name of the user or group.
Enum representing the unique context that a Solar.EF.Models.Group belongs to. For example, Organizations may use multiple SSO providers for authentication, and Groups are only unique by name within a particular context.
Returns the list of groups
Returns the list of permission sets
A permission set that defines a named collection of operations that can be granted to users or groups.
The ID of the permission set.
The type discriminator for Permission Sets which determines the kinds of operations available to that Permission Set.
Possible values:
- Global: Tonic-wide operations
- Dataset: Dataset-specific operations
- CustomEntity: Custom entity-specific operations
- ManualRedactionProject: Manual redaction project operations
The name of the permission set.
Whether the permission set is built-in.
Whether the permission set is the default permission set for its type.
Whether the permission set is disabled.
A point in time represented as an ISO 8601 timestamp string.
The operations of the permission set. Only included for users with Manage Permission Sets permission.
A point in time represented as an ISO 8601 timestamp string.
The ID of the user who last modified the permission set. Only included for users with Manage Permission Sets permission.
Invalid filter parameters
Internal server error
The unique identifier of the dataset
Returns dataset permission assignments
A model that represents a user or a group that was assigned a permission set for a dataset.
The ID of the share.
The ID of the permission set that is shared.
Possible values:
- User: A user
- Group: A group
The ID of the dataset that is shared.
Dataset not found
The ID of the dataset
A request to modify the permission assignments for a dataset.
Returns modified permission assignments
Response for modifying the permission set assignments of a dataset.
Invalid request body or model validation failed
Dataset not found
Last updated
Was this helpful?