Optional
configuration: ConfigurationA unique integer value identifying this membership.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method deletes a membership
Optional
xOrganization: stringOrganization unique slug
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['user', 'role', 'id'].
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
role: MembershipsListRoleEnumA simple equality filter for the role field
Optional
search: stringA search term. Available search_fields: ('user', 'role')
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['user', 'role', 'id']
Optional
user: stringA simple equality filter for the user field
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns a paginated list of memberships
A unique integer value identifying this membership.
Optional
patchedMembershipWriteRequest: PatchedMembershipWriteRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Methods does a partial update of chosen fields in a membership
A unique integer value identifying this membership.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns details of a membership
Generated using TypeDoc
MembershipsApi - axios parameter creator