Access list
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the team that owns the connection.
1The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128The access-list members visible to the caller.
The locked connections feature is not enabled for the organization (IM903).
The caller is not allowed to view this access list (IM002).
The connection does not exist in the given team (IM304).
Add a member to a connection's access list
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the team that owns the connection.
1The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128The id of the user to add. Must already be a member of the entity's team.
214The entity-tier role to grant the user on the connection or key.
entity:entity-memberPossible values: The created access-list member.
The locked connections and keys feature is disabled (IM903), or the user is not a team member / the role is invalid (IM005).
The caller lacks entity manage on the connection (IM002).
The connection does not exist in the given team (IM304).
The user is already on the connection's access list (SC409).
Remove a member from a connection's access list
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the team that owns the connection.
1The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128The ID of the user to remove.
214The user was removed from the access list.
No content
The locked connections and keys feature is disabled (IM903).
The caller lacks entity manage on the connection (IM002).
The connection is not in the team, or the user is not on its access list (IM304 / SC404).
Removing the user would leave the connection without an Entity Admin (SC409).
No content
Change a connection access-list member's role
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the team that owns the connection.
1The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128The ID of the user whose role to change.
214The entity-tier role to set for the user on the connection or key.
entity:entity-adminPossible values: The updated access-list member.
The locked connections and keys feature is disabled (IM903), or the role is invalid (IM005).
The caller lacks entity manage on the connection (IM002).
The connection is not in the team, or the user is not on its access list (IM304 / SC404).
The change would leave the connection without an Entity Admin (SC409).
Last updated

