Create Account User
Invite a user to the account.
post
Body
firstNamestringOptional
lastNamestringOptional
Responses
201
Created
application/json
400
Bad Request
application/json
post
/public/v1/accounts/account-usersLast updated
Was this helpful?
Invite a user to the account.
Created
Bad Request
Last updated
Was this helpful?
Was this helpful?
POST /public/v1/accounts/account-users HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 414
{
"email": {
"address": "text"
},
"firstName": "text",
"lastName": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"user": {
"email": {
"address": "text"
},
"firstName": "text",
"lastName": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"settings": {
"cultureCode": "text",
"languageCode": "text"
}
},
"account": {
"id": "text"
},
"groups": [
{
"id": "text"
}
],
"invitation": {
"status": "text"
}
}{
"id": "text",
"audit": {
"created": {
"at": "2026-01-06T17:30:54.214Z",
"by": {}
},
"updated": {
"at": "2026-01-06T17:30:54.214Z",
"by": {}
},
"invitationAcceptedAt": "2026-01-06T17:30:54.214Z",
"access": {
"at": "2026-01-06T17:30:54.214Z"
},
"joined": {
"at": "2026-01-06T17:30:54.214Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"user": {
"id": "text",
"icon": "text",
"name": "text"
},
"groups": [
{
"id": "text",
"name": "text",
"description": "text",
"logo": "text",
"isDefault": true
}
],
"buyers": [
{
"id": "text",
"icon": "text",
"name": "text"
}
],
"modules": [
{
"id": "text",
"description": "text",
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
],
"obsolete": true,
"eligibility": {
"multi": true,
"single": true
}
}
}
],
"account": {
"id": "text",
"icon": "text",
"type": "text",
"status": "text",
"name": "text"
},
"invitation": {
"url": "text",
"status": "text"
},
"lastLoginAt": "2026-01-06T17:30:54.214Z"
}