Interface: AdminRolesAddAssignmentsArguments
Extends
EntityIDs
.RoleID
.UserIDs
.TokenOverridable
Properties
entity_ids
entity_ids: [string, ...string[]];
Description
List of the entity IDs for which roles will be assigned/listed/removed. These can be Org IDs (E12345), Team IDs (T12345) or Channel IDs (C12345).
Inherited from
EntityIDs.entity_ids
Defined in
packages/web-api/src/types/request/admin/roles.ts:10
role_id
role_id: string;
Description
ID of the role to which users will be assigned/removed.
See
Inherited from
RoleID.role_id
Defined in
packages/web-api/src/types/request/admin/roles.ts:18
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token
Defined in
packages/web-api/src/types/request/common.ts:43
user_ids
user_ids: [string, ...string[]];
Description
List of encoded user IDs.
Inherited from
UserIDs.user_ids