An Organization Membership represents the connection of a user and project to an organization.
This endpoint returns structured Organization Membership objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the organization_memberships
top-level JSON key.
Please see our Response Format section for more information.
created_after | string <date-time> Filter for records created after a specified datetime. The datetime must be in ISO 8601 format. |
created_before | string <date-time> Filter for records created before a specified datetime. The datetime must be in ISO 8601 format. |
department_id | integer <int32> Returns only organization memberships with the specified department ID. |
geography_id | integer <int32> Returns only organization memberships with the specified geography ID. |
include | string Any of the below associations can be included in your request by providing the
|
member_id | integer <int32> Returns only organization memberships with the specified member ID. |
member_type | string Returns only organization memberships with the specified member type (user or workspace). |
only | string Allows you to request one or more resources directly by ID. Multiple IDs can be supplied
in a comma separated list, like |
page | integer <int32> Default: 1 |
per_page | integer <int32> <= 200 Default: 20 |
primary | boolean Return only the organization membership that is set as the primary for the object ( |
updated_after | string <date-time> Filter for records updated after a specified datetime. The datetime must be in ISO 8601 format. |
updated_before | string <date-time> Filter for records updated before a specified datetime. The datetime must be in ISO 8601 format. |
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "organization_memberships": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "geography_id": "string",
- "member_id": "string",
- "member_type": "string",
- "primary": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "geography_id": "string",
- "member_id": "string",
- "member_type": "string",
- "primary": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "organizations": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Organization Membership objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the organization_memberships
top-level JSON key.
Please see our Response Format section for more information.
{- "organization_membership": {
- "geography_id": 0,
- "department_id": 0,
- "member_id": 0,
- "member_type": "string"
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "organization_memberships": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "geography_id": "string",
- "member_id": "string",
- "member_type": "string",
- "primary": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "geography_id": "string",
- "member_id": "string",
- "member_type": "string",
- "primary": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "organizations": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Organization Membership objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the organization_memberships
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "organization_memberships": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "geography_id": "string",
- "member_id": "string",
- "member_type": "string",
- "primary": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "geography_id": "string",
- "member_id": "string",
- "member_type": "string",
- "primary": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "organizations": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Organization Membership objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the organization_memberships
top-level JSON key.
Please see our Response Format section for more information.
{- "organization_membership": {
- "geography_id": 0,
- "department_id": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "organization_memberships": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "geography_id": "string",
- "member_id": "string",
- "member_type": "string",
- "primary": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "geography_id": "string",
- "member_id": "string",
- "member_type": "string",
- "primary": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "organizations": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Organization Membership has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}