All pages
Powered by GitBook
1 of 1

Loading...

Create account user

Deprecated
post
Body
idstring · nullableOptional
emailstring · emailOptional
firstNamestring · nullableOptional
lastNamestring · nullableOptional
prefixstring · max: 10 · nullableOptional
numberstring · max: 15 · nullableOptional
cultureCodestring · nullableOptional
dateFormatstring · nullableOptional
languageCodestring · nullableOptional
decimalSeparatorstringOptional
groupSeparatorstringOptional
timeFormatstring · nullableOptional
timeZonestring · nullableOptional
notesstring · nullableOptional
idstring · nullableOptional
emailstring · emailOptional
firstNamestring · nullableOptional
lastNamestring · nullableOptional
prefixstring · max: 10 · nullableOptional
numberstring · max: 15 · nullableOptional
cultureCodestring · nullableOptional
dateFormatstring · nullableOptional
languageCodestring · nullableOptional
decimalSeparatorstringOptional
groupSeparatorstringOptional
timeFormatstring · nullableOptional
timeZonestring · nullableOptional
notesstring · max: 2000 · nullableOptional
idall ofOptional
anyOptionalPattern: ^ACC-\d\d\d\d-\d\d\d\d$
and
anyOptionalPattern: ^ACC-\d\d\d\d-\d\d\d\d$
and
anyOptionalPattern: ^ACC-\d\d\d\d-\d\d\d\d$
and
anyOptionalPattern: ^ACC-\d\d\d\d-\d\d\d\d$
and
anyOptionalPattern: ^ACC-\d\d\d\d-\d\d\d\d$
idall ofOptional
anyOptionalPattern: ^UGR-\d\d\d\d-\d\d\d\d$
and
anyOptionalPattern: ^UGR-\d\d\d\d-\d\d\d\d$
statusstringOptional
Responses
201

Created

application/json
idstringOptional
atstring · date-time · nullableOptional
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
atstring · date-time · nullableOptional
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
invitationAcceptedAtstring · date-time · nullableOptional
atstring · date-time · nullableOptional
atstring · date-time · nullableOptional
omittedstring[]Optional
revisioninteger · int32Optional
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
idstringOptional
namestringOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional
logostring · nullableOptional
isDefaultbooleanOptional
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
idstringOptional
namestringOptional
revisioninteger · int32Optional
descriptionstringOptional
group.buyersstring[]Optional
sharedAccountbooleanOptionalDeprecated
configurablebooleanOptional
defaultbooleanOptional
paidbooleanOptional
typestring[]Optional
obsoletebooleanOptional
multibooleanOptional
singlebooleanOptional
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
typestring · enumOptionalPossible values:
statusstring · enumOptionalPossible values:
urlstring · nullableOptional
notesstring · nullableOptional
statusstringOptional
lastLoginAtstring · date-time · nullableOptional
400

Bad Request

application/json
typestring · nullableOptional
titlestring · nullableOptional
statusinteger · int32 · nullableOptional
detailstring · nullableOptional
instancestring · nullableOptional
Other propertiesanyOptional
post/public/v1/accounts/account-users
POST /public/v1/accounts/account-users HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 393

{
  "id": "text",
  "email": "name@gmail.com",
  "firstName": "text",
  "lastName": "text",
  "phone": {
    "prefix": "text",
    "number": "text"
  },
  "settings": {
    "cultureCode": "text",
    "dateFormat": "text",
    "languageCode": "text",
    "numberFormat": {
      "decimalSeparator": "text",
      "groupSeparator": "text"
    },
    "timeFormat": "text",
    "timeZone": "text"
  },
  "notes": "text",
  "account": {
    "id": "text"
  },
  "groups": [
    {
      "id": "text"
    }
  ],
  "invitation": {
    "status": "text"
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2026-01-01T00:00:00.000Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "updated": {
      "at": "2026-01-01T00:00:00.000Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "invitationAcceptedAt": "2026-01-01T00:00:00.000Z",
    "access": {
      "at": "2026-01-01T00:00:00.000Z"
    },
    "joined": {
      "at": "2026-01-01T00:00:00.000Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "revision": 1,
  "user": {
    "id": "text",
    "name": "text",
    "icon": "text",
    "revision": 1
  },
  "groups": [
    {
      "id": "text",
      "name": "text",
      "revision": 1,
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "buyers": [
    {
      "id": "text",
      "name": "text",
      "icon": "text",
      "revision": 1
    }
  ],
  "modules": [
    {
      "id": "text",
      "name": "text",
      "revision": 1,
      "description": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ],
        "obsolete": true,
        "eligibility": {
          "multi": true,
          "single": true
        }
      }
    }
  ],
  "account": {
    "id": "text",
    "name": "text",
    "icon": "text",
    "revision": 1,
    "type": "Client",
    "status": "Active"
  },
  "invitation": {
    "url": "text",
    "notes": "text",
    "status": "text"
  },
  "lastLoginAt": "2026-01-01T00:00:00.000Z"
}