GET api2/access_groups/{groupID}/users/{id}.json
Get access group user by id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupID |
access group ID |
integer |
Required |
id |
access group user ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
access group user
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | CustomerGroupUsersEx |
None. |
Response Format
{ "entry": { "id": 1, "organisation": "sample string 2", "email": "sample string 3", "expire_at": "2024-11-01T04:37:49.6568347+01:00", "group_id": 1, "valid": true, "created_at": "2024-11-01T04:37:49.6568347+01:00", "confirmed": true, "disabled": true, "invited": true, "custom_data_1": "sample string 4", "authentication": 64, "allowed_concurrent_users": 1, "monthly_cost": 1, "account_type": 64 } }