The ID of the space of the assignment.
an object with query parameters
Optional
assigneeId?: stringFilters assignment for a specific assigneeid.
Optional
limit?: numberMaximum number of assignments to return.
Optional
next?: stringThe next page cursor. Next links make use of this.
Optional
prev?: stringThe previous page cursor. Previous links make use of this.
Optional
type?: AssignmentTypeThe type of assignment. Supported values are user or group.
Optional
options: ApiCallOptions
Retrieves the assignments of the space matching the query. Each assignment represents one user or group and their corresponding roles in the space. Assignments are not shown for the owner of a space, who receive all
assignableRoles
by default.