Account user

Account User Object

The user object represents an individual user in the Marketplace platform. This object contains the following properties:

FieldTypeDescription

id

string

Primary account user identifier.

Example: "AUSR-5709-0422-8243"

href

string

Relative reference to object on API (always /v1/accounts/account-users/{id}).

Example: "/v1/accounts/account-users/AUSR-5709-0422-8243"

user

account

{
  "id": "ACC-1671-0642",
  "href": "/accounts/ACC-1671-0642",
  "icon": null,
  "name": "You Are a Test Account"
}

invitation

Invitation.Status

Invitation information: Invited, Active, InvitationExpired

Example:

{
  "url": "https://client.softwareone.com/accept-invite?code=invitationCode",
  "status": "Invited"
}

groups

List of user groups.

Example:

[
  {
    "id": "UGR-8447-7590",
    "href": "/user-groups/UGR-8447-7590",
    "name": "test2",
    "description": "test2",
    "logo": "",
    "isDefault": false
  }
]

Example

{
    "$meta": {
        "pagination": {
            "offset": 0,
            "limit": 10,
            "total": 1
        },
        "omitted": [
            "audit"
        ]
    },
    "data": [
        {
            "id": "AUSR-4134-7183-7330",
            "href": "/account-users/AUSR-4134-7183-7330",
            "user": {
                "id": "USR-6375-2499",
                "href": "/users/USR-6375-2499",
                "email": "test12.test@SWO1.com",
                "firstName": "test",
                "lastName": "test"
            },
            "groups": [
                {
                    "id": "UGR-8447-7590",
                    "href": "/user-groups/UGR-8447-7590",
                    "name": "test2",
                    "description": "test2",
                    "logo": "",
                    "isDefault": false
                }
            ],
            "account": {
                "id": "ACC-1671-0642",
                "href": "/accounts/ACC-1671-0642",
                "icon": null,
                "name": "You Are a Test Account"
            },
            "invitation": {
                "code": "TEST",
                "status": "Invited"
            }
        }
    ]
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.