Retrieves a list of organization memberships.
limit | integer [ 0 .. 1000 ] Limits the number of collection items to be returned. |
offset | integer >= 0 Specifies the starting point within the collection of items to be returned. |
filter | string Filters the collection items. This field requires
a special format. Use For more information, see Using filter with collections. |
sort | Array of strings Sorts and orders the collection of items. To sort in descending
order, prefix with |
List of organization memberships retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
[- {
- "organization": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z"
}, - "user": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string"
}, - "allowedIps": [
- "153.12.32.33",
- "201.54.122.0/24",
- "76.*.*.*",
- "2001:0db8:abcd:0012:0000:0000:0000:ffff",
- "2001:db8:abcd:12::0/64"
], - "permissions": [
- "PostFile",
- "StorefrontGetAccount",
- "StorefrontGetWebsite",
- "StorefrontGetKycDocumentCollection",
- "StorefrontGetKycDocument",
- "StorefrontPostKycDocument"
], - "isOwner": true,
- "isDefault": true,
- "roleIds": [
- "string"
], - "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}
]