Get all accounts
Get list of all accounts
Query Parameters
- paramsIO object required
- 200
- 400
- 403
- 500
- 503
OK
- */*
- Schema
- Example (from schema)
Schema
- Array [
- amClientId string
Client ID in AM
- amClientSecret string
Client Secret in AM
- dateCreated date-time
Date when the account was created
- email string
The email of the given account
- firstName string
The first name of the user of the given account
- id int64
The unique identifier of the given account
- imageURL string
The image URL of the user
- isPasswordExpired boolean
Password regeneration required
- isProductRecoAllowed boolean
Product recommendation allowed
- lastName string
The last name of the user of the given account
- passwordBlocked boolean
Blocked due to exceeding maximum password attempts
- preferredLocale string
Possible values: [
en
,fr
,de
]The used locale of the given account
roles object[]
User roles
Array [customers int64[]name stringPossible values: [
ROLE_KAMELEOON_FULL_ADMIN
,ROLE_KAMELEOON_ADMIN
,ROLE_CUSTOMER_ADMIN
,ROLE_SITE_ADMIN
,ROLE_SITE_PRODUCTION
,ROLE_SITE_TECHNICAL
,ROLE_SITE_MARKETING
,ROLE_SITE_DEMO
,ROLE_SITE_ABTESTS_RESTRICTED
,ROLE_SITE_AUTO_PROMO_PERSO_ONLY
]privileges string[]Possible values: [
GETONE_CUSTOM_DATA
,CREATE_CUSTOM_DATA
,UPDATE_CUSTOM_DATA
,REMOVE_CUSTOM_DATA
,GETONE_KEYPAGE
,CREATE_KEYPAGE
,UPDATE_KEYPAGE
,REMOVE_KEYPAGE
,GETONE_REFERRER
,CREATE_REFERRER
,UPDATE_REFERRER
,REMOVE_REFERRER
,GETONE_DATAEXPORT
,CREATE_DATAEXPORT
,UPDATE_DATAEXPORT
,REMOVE_DATAEXPORT
,GETONE_EXPERIMENT
,CREATE_EXPERIMENT
,DUPLICATE_EXPERIMENT
,UPDATE_EXPERIMENT
,REMOVE_EXPERIMENT
,GETONE_FEATUREFLAG
,CREATE_FEATUREFLAG
,DUPLICATE_FEATUREFLAG
,UPDATE_FEATUREFLAG
,REMOVE_FEATUREFLAG
,GETONE_GOAL
,CREATE_GOAL
,UPDATE_GOAL
,REMOVE_GOAL
,GETALL_INTEGRATION
,UPDATE_INTEGRATION
,GETONE_PERSONALIZATION
,CREATE_PERSONALIZATION
,DUPLICATE_PERSONALIZATION
,UPDATE_PERSONALIZATION
,REMOVE_PERSONALIZATION
,GETONE_SEGMENT
,CREATE_SEGMENT
,UPDATE_SEGMENT
,REMOVE_SEGMENT
,GETONE_TARGETINGCONDITION
,GETONE_SITE
,CREATE_SITE
,UPDATE_SITE
,REMOVE_SITE
,GETONE_VARIATION
,CREATE_VARIATION
,DUPLICATE_VARIATION
,UPDATE_VARIATION
,REMOVE_VARIATION
,PREVISUALIZE_VARIATION
,GETONE_WIDGET
,CREATE_WIDGET
,UPDATE_WIDGET
,REMOVE_WIDGET
]sites int64[]]- status string
Possible values: [
CREATED
,ACTIVATED
,DEACTIVATED
] - ]
[
{
"amClientId": "string",
"amClientSecret": "string",
"dateCreated": "2023-06-07T07:34:36.439Z",
"email": "string",
"firstName": "string",
"id": 0,
"imageURL": "string",
"isPasswordExpired": true,
"isProductRecoAllowed": true,
"lastName": "string",
"passwordBlocked": true,
"preferredLocale": "en",
"roles": [
{
"customers": [
0
],
"name": "ROLE_KAMELEOON_FULL_ADMIN",
"privileges": [
"GETONE_CUSTOM_DATA"
],
"sites": [
0
]
}
],
"status": "CREATED"
}
]
Bad Request
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2023-06-07T07:34:36.439Z"
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2023-06-07T07:34:36.439Z"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2023-06-07T07:34:36.440Z"
}
Service Unavailable
- */*
- Schema
- Example (from schema)
Schema
- object
{}