Each user on an account will have an account membership that describes their relationship to the account. When you add a user
to an account, create a new account_membership
. When you remove a user from an account, delete their account_membership record.
You can request either GET /api/v1/account_memberships.json?only=5 or GET /api/v1/account_memberships/5.json. In both cases, default filters will be applied. Unless you provide the is_active:false filter, you won't receive account membership for inactive users, and will get a 404 status on the "show" route.
This endpoint returns structured Account 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 account_memberships
top-level JSON key.
Please see our Response Format section for more information.
by_full_name | string Search account memberships by full name of the user. |
by_user_id | integer <int32> Only includes account membership for the specified user ID. |
can_log_in | boolean Return account memberships based on whether or not the member is allowed to login. |
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. |
include | string Any of the below associations can be included in your request by providing the
|
only | string Allows you to request one or more resources directly by ID. Multiple IDs can be supplied
in a comma separated list, like |
only_active | boolean Only includes users with an active membership (disabled_at is null). |
only_inactive | boolean Only includes users with an inactive membership (disabled_at is not null). |
optional_fields | Array of strings Allows you to request one or more optional fields as an array. |
order | string Default: "created_at:desc" Supply Valid values: |
page | integer <int32> Default: 1 |
per_page | integer <int32> <= 200 Default: 20 |
search | string |
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. |
with_user_ids | string Only includes account memberships for the specified user IDs. For example, '1,2,3'. |
A list of Account Memberships have been retrieved.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "with_skills": {
- "ids": [
- 0
], - "operation": "string"
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "account_memberships": {
- "property1": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workweeks": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}
}, - "skill_memberships": {
- "property1": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "backup_approver_associations": {
- "property1": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}
}, - "cost_rates": {
- "property1": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "billable_utilizations": {
- "property1": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Account 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 account_memberships
top-level JSON key.
Please see our Response Format section for more information.
include | string Any of the below associations can be included in your request by providing the
|
optional_fields | Array of strings Allows you to request one or more optional fields as an array. |
The Account Membership has been retrieved.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "account_memberships": {
- "property1": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workweeks": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}
}, - "skill_memberships": {
- "property1": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "backup_approver_associations": {
- "property1": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}
}, - "cost_rates": {
- "property1": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "billable_utilizations": {
- "property1": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Account 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 account_memberships
top-level JSON key.
Please see our Response Format section for more information.
include | string Any of the below associations can be included in your request by providing the
|
optional_fields | Array of strings Allows you to request one or more optional fields as an array. |
Account Membership has been updated.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "account_membership": {
- "bill_rate_in_cents": 0,
- "cost_rate_in_cents": 0,
- "default_role_id": 0,
- "permission": "string",
- "billability_target": 0,
- "default_read_only": true,
- "manager_id": 0,
- "manager_can_approve": true,
- "should_show_alert_on_timesheet_submission": true,
- "change_role_option": "string",
- "enforce_workweek_minimum_on_timesheet_submission": true,
- "enforce_workweek_maximum_on_timesheet_submission": true
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "account_memberships": {
- "property1": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workweeks": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}
}, - "skill_memberships": {
- "property1": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "backup_approver_associations": {
- "property1": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}
}, - "cost_rates": {
- "property1": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "billable_utilizations": {
- "property1": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This removes the member from your account and places them on a separate Kantata OX account. It is important to know that the account owner cannot be removed.
WARNING: Since the removed member gets their on own separate Kantata OX account, they will remain on existing projects but will be View Only and no longer be able to create projects in your account.
We suggest disabling
an account member over removing them since it revokes their ability to access
your account and they will no longer have access to projects for which they were contributing.
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.
Account Membership has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}
Disables a user in an account
This endpoint returns structured Account 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 account_memberships
top-level JSON key.
Please see our Response Format section for more information.
include | string Any of the below associations can be included in your request by providing the
|
optional_fields | Array of strings Allows you to request one or more optional fields as an array. |
Account Membership has been updated.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "account_memberships": {
- "property1": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workweeks": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}
}, - "skill_memberships": {
- "property1": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "backup_approver_associations": {
- "property1": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}
}, - "cost_rates": {
- "property1": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "billable_utilizations": {
- "property1": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
Enables a user in an account
This endpoint returns structured Account 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 account_memberships
top-level JSON key.
Please see our Response Format section for more information.
include | string Any of the below associations can be included in your request by providing the
|
optional_fields | Array of strings Allows you to request one or more optional fields as an array. |
Account Membership has been updated.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "account_memberships": {
- "property1": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "backup_approver_association_ids": [
- "string"
], - "bill_rate_in_cents": 0,
- "billability_target": 0,
- "can_create_workspace": true,
- "can_view_reports": true,
- "collaborator_only_license": true,
- "cost_rate_ids": [
- "string"
], - "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_read_only": true,
- "default_role_id": "string",
- "disabled_at": "2019-08-24T14:15:22Z",
- "effective_workweek_id": "string",
- "future_billable_utilization_ids": [
- "string"
], - "is_administrator": true,
- "is_backup_approver": true,
- "is_owner": true,
- "is_project_lead": true,
- "is_punch_clock_user": true,
- "managee_ids": [
- "string"
], - "manager_can_approve": true,
- "manager_can_edit_skills": true,
- "manager_id": "string",
- "non_participant": true,
- "permission": "string",
- "possible_managee_ids": [
- "string"
], - "possible_manager_ids": [
- "string"
], - "should_show_alert_on_timesheet_submission": true,
- "skill_membership_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workweeks": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "end_date": "2019-08-24",
- "friday_minutes": 0,
- "monday_minutes": 0,
- "saturday_minutes": 0,
- "start_date": "2019-08-24",
- "sunday_minutes": 0,
- "thursday_minutes": 0,
- "total_minutes": 0,
- "tuesday_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "wednesday_minutes": 0,
- "workweek_membership_ids": [
- "string"
]
}
}, - "skill_memberships": {
- "property1": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "cached_skill_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "level": 0,
- "max_level": 0,
- "skill_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "backup_approver_associations": {
- "property1": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_id": "string",
- "backup_approver_id": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z"
}
}, - "cost_rates": {
- "property1": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": 0,
- "amount_in_subunits": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "in_use": true,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "billable_utilizations": {
- "property1": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "account_membership_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "effective_date": "2019-08-24",
- "target": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}