Adds a user to this group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the group.
The ID of the user to add.
The duration for which the group can be accessed (in minutes). Use 0 to set to indefinite.
x <= 525960The remote ID of the access level to grant to this user. If omitted, the default access level remote ID value (empty string) is used.
The duration for which the group can be accessed (in minutes). Use 0 to set to indefinite.
60
The remote ID of the access level to grant to this user. If omitted, the default access level remote ID value (empty string) is used.
"arn:aws:iam::590304332660:role/AdministratorAccess"
The GroupUser that was created.
The GroupAccessUser object is used to represent a user with access to a group.
Fetch from the LIST GroupUsers endpoint.
The ID of the group.
"1b978423-db0a-4037-a4cf-f79c60cb67b3"
The name of the group.
"API Group"
The description of the group.
"Group required to request API's"
The ID of the user.
"29827fb8-f2dd-4e80-9576-28e31e9934ac"
The user's full name.
"Jake Barnes"
The user's email.
The GroupAccessLevel object is used to represent the level of access that a user has to a group or a group has to a group. The "default" access
level is a GroupAccessLevel object whose fields are all empty strings.
View the GroupAccessLevel of a group/user or group/group pair to see the level of access granted to the group.
{
"access_level_name": "Developer",
"access_level_remote_id": 20
}The day and time the user's access will expire.
"2022-01-23T04:56:07.000Z"
The state of whether the push action was propagated to the remote system. If this is null, the access was synced from the remote system.