@slack/web-api / AdminRolesAddAssignmentsArguments
Defined in: src/types/request/admin/roles.ts:22
EntityIDs.RoleID.UserIDs.TokenOverridable
entity_ids: [string, ...string[]];Defined in: src/types/request/admin/roles.ts:10
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).
EntityIDs.entity_idsrole_id: string;Defined in: src/types/request/admin/roles.ts:18
ID of the role to which users will be assigned/removed.
RoleID.role_idoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenuser_ids: [string, ...string[]];Defined in: src/types/request/common.ts:92
List of encoded user IDs.
UserIDs.user_ids