POST api2/access_groups/{groupID}/users.json
Create a access group user
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
created 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:40:16.0609489+01:00", "group_id": 1, "valid": true, "created_at": "2024-11-01T04:40:16.0609489+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 } }