Loading...
Create a user group for the client account.
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/user-groups', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "description": "text", "modules": [ { "id": "text", "href": "text", "description": "text", "isConfigurable": false, "isEnabledByDefault": false, "paid": false, "name": "text", "accountTypes": [ "text" ] } ], "logo": "text", "isDefault": false, "users": [ { "id": "text", "href": "text", "email": "text", "status": "text", "firstName": "text", "lastName": "text", "icon": "text", "lastLoginAt": "2024-11-15T11:48:31.241Z", "name": "text", "accounts": [ { "id": "text", "href": "text", "externalId": "text", "externalName": "text", "icon": "text", "technicalSupportEmail": "name@gmail.com", "website": "text", "description": "text", "name": "text", "groups": [], "buyers": [ { "id": "text", "href": "text", "icon": "text", "taxId": "text", "name": "text", "sellers": [ { "id": "text", "href": "text", "externalId": "text", "icon": "text", "currencies": [ "text" ], "name": "text" } ] } ] } ] } ] }