Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Invite a user to the account.
The user
object represents an individual user in the Marketplace platform. This object contains the following properties:
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
}
]
{
"$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"
}
}
]
}
Get all users assigned to an account.
Get a single account user by ID.
Assign an account user to a specific group.
Accepts user invitation to the account.
Send a new invitation when the invitation expires.
/v1/accounts/{accountId}/users
curl -L \
--request POST \
--url '/v1/accounts/{accountId}/users' \
--header 'Content-Type: application/json' \
--data '{"user":{"email":"text","firstName":"text","lastName":"text","phone":{},"settings":{}},"account":{"id":"text"},"invitation":{},"groups":[{"id":"text"}]}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"access": {
"at": "2025-02-22T08:37:43.038Z"
},
"joined": {
"at": "2025-02-22T08:37:43.038Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
},
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"invitation": {
"url": "text",
"status": "text"
},
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
],
"users": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
"[Circular Reference]"
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
],
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
]
}
Created
/v1/accounts/{accountId}/users
curl -L \
--url '/v1/accounts/{accountId}/users'
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"access": {
"at": "2025-02-22T08:37:43.038Z"
},
"joined": {
"at": "2025-02-22T08:37:43.038Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
},
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"invitation": {
"url": "text",
"status": "text"
},
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
],
"users": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
"[Circular Reference]"
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
],
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
]
}
]
}
OK
/v1/accounts/{accountId}/users/{userId}
curl -L \
--url '/v1/accounts/{accountId}/users/{userId}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"access": {
"at": "2025-02-22T08:37:43.038Z"
},
"joined": {
"at": "2025-02-22T08:37:43.038Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
},
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"invitation": {
"url": "text",
"status": "text"
},
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
],
"users": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
"[Circular Reference]"
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
],
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
]
}
OK
/v1/accounts/{accountId}/users/{userId}/groups
curl -L \
--request PUT \
--url '/v1/accounts/{accountId}/users/{userId}/groups' \
--header 'Content-Type: application/json' \
--data '[{"id":"text"}]'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"access": {
"at": "2025-02-22T08:37:43.038Z"
},
"joined": {
"at": "2025-02-22T08:37:43.038Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
},
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"invitation": {
"url": "text",
"status": "text"
},
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
],
"users": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
"[Circular Reference]"
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
],
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
]
}
OK
/v1/accounts/{accountId}/users/{userId}/groups
curl -L \
--request POST \
--url '/v1/accounts/{accountId}/users/{userId}/groups' \
--header 'Content-Type: application/json' \
--data '{"id":"text"}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"access": {
"at": "2025-02-22T08:37:43.038Z"
},
"joined": {
"at": "2025-02-22T08:37:43.038Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
},
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"invitation": {
"url": "text",
"status": "text"
},
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
],
"users": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
"[Circular Reference]"
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
],
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
]
}
OK
Resend an invitation to the user.
Removes a user from a specific group.
Deletes a user from the account. The user remains active in the other accounts.
/v1/accounts/{accountId}/users/{userId}/accept-invite
curl -L \
--request POST \
--url '/v1/accounts/{accountId}/users/{userId}/accept-invite'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z",
"access": {
"at": "2025-02-22T08:37:43.038Z"
},
"joined": {
"at": "2025-02-22T08:37:43.038Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
},
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"invitation": {
"url": "text",
"status": "text"
},
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
],
"users": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
"[Circular Reference]"
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
],
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
]
}
OK
/v1/accounts/{accountId}/users/{userId}/send-new-invite
curl -L \
--request POST \
--url '/v1/accounts/{accountId}/users/{userId}/send-new-invite'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z",
"access": {
"at": "2025-02-22T08:37:43.038Z"
},
"joined": {
"at": "2025-02-22T08:37:43.038Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
},
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"invitation": {
"url": "text",
"status": "text"
},
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
],
"users": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
"[Circular Reference]"
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
],
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
]
}
OK
/v1/accounts/{accountId}/users/{userId}/resend-invite
curl -L \
--request POST \
--url '/v1/accounts/{accountId}/users/{userId}/resend-invite'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z",
"access": {
"at": "2025-02-22T08:37:43.038Z"
},
"joined": {
"at": "2025-02-22T08:37:43.038Z"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"user": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
},
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"invitation": {
"url": "text",
"status": "text"
},
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
],
"users": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"invitationAcceptedAt": "2025-02-22T08:37:43.038Z"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-02-22T08:37:43.038Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"currentAccount": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"accounts": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
"[Circular Reference]"
]
}
]
}
],
"buyers": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"activated": "[Circular Reference]",
"unassigned": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"contact": {
"name": "text",
"firstName": "text",
"lastName": "text",
"email": "hello@example.com",
"phone": {
"prefix": "text",
"number": "text"
},
"user": "[Circular Reference]",
"type": "text"
},
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"taxId": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"name": "text",
"errors": [
{
"id": "text",
"message": "text",
"parameters": null
}
],
"sellers": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalId": "text",
"status": "Active",
"icon": "text",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"currencies": [
"text"
]
}
]
}
],
"modules": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:37:43.038Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
},
"accountTypes": [
"text"
]
}
]
}
OK
/v1/accounts/{accountId}/users/{userId}
curl -L \
--request DELETE \
--url '/v1/accounts/{accountId}/users/{userId}'
No body
No Content
/v1/accounts/{accountId}/users/{userId}
curl -L \
--request DELETE \
--url '/v1/accounts/{accountId}/users/{userId}'
No body
No Content