PUT api2/access_groups/{id}.json
Update access group by id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Access group ID |
integer |
Required |
Body Parameters
Access group infos
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | CustomerGroups |
None. |
Request Format
{ "entry": { "name": "sample string 1", "valid": 1, "company_id": 1, "license_id": 1, "theme_settings_id": 1, "auto_update": true, "send_mail": true, "sso_platform_id": 1, "sso_admin_group_id": "sample string 2", "sso_member_group_id": "sample string 3", "customers": [ { "id": 1, "organisation": "sample string 2", "email": "sample string 3", "expire_at": "2024-11-01T04:45:57.4498996+01:00", "group_id": 1, "valid": true, "created_at": "2024-11-01T04:45:57.4498996+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 }, { "id": 1, "organisation": "sample string 2", "email": "sample string 3", "expire_at": "2024-11-01T04:45:57.4498996+01:00", "group_id": 1, "valid": true, "created_at": "2024-11-01T04:45:57.4498996+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 } ], "user_count": 5, "project_count": 6, "domains": [ "samplestring1", "samplestring2" ], "invite_type": "InviteOnly" } }
Response Information
Resource Description
updated access group
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | CustomerGroups |
None. |
Response Format
{ "entry": { "created_at": "2024-11-01T04:45:57.4498996+01:00", "name": "sample string 1", "valid": 1, "company_id": 1, "license_id": 1, "theme_settings_id": 1, "auto_update": true, "send_mail": true, "sso_platform_id": 1, "sso_admin_group_id": "sample string 2", "sso_member_group_id": "sample string 3", "id": 4, "customers": [ { "id": 1, "organisation": "sample string 2", "email": "sample string 3", "expire_at": "2024-11-01T04:45:57.7155137+01:00", "group_id": 1, "valid": true, "created_at": "2024-11-01T04:45:57.7155137+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 }, { "id": 1, "organisation": "sample string 2", "email": "sample string 3", "expire_at": "2024-11-01T04:45:57.7155137+01:00", "group_id": 1, "valid": true, "created_at": "2024-11-01T04:45:57.7155137+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 } ], "user_count": 5, "project_count": 6, "domains": [ "samplestring1", "samplestring2" ], "invite_type": "InviteOnly" } }