Create User Group
Create a user group for the client account.
post
Body
namestringOptional
descriptionstring | nullableOptional
logostring | nullableOptional
accountall ofOptional
Responses
201
Created
application/json
400
Bad Request
application/json
post
POST /public/v1/accounts/user-groups HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 125
{
"name": "text",
"description": "text",
"logo": "text",
"account": {
"id": "text"
},
"modules": [
{
"id": "text"
}
],
"buyers": [
{
"id": "text"
}
]
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-07-04T01:31:18.647Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-07-04T01:31:18.647Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"description": "text",
"account": {
"id": "text",
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
},
"modules": [
{
"id": "text",
"description": "text",
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
}
}
],
"logo": "text",
"isDefault": true,
"users": [
{
"id": "text",
"icon": "text",
"name": "text"
}
],
"buyers": [
{
"id": "text",
"icon": "text",
"name": "text"
}
]
}
Last updated
Was this helpful?