Enhance your application with Uberall's comprehensive API documentation
Uberall API (20260101)
- https://uberall.com/api/users
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/users?query=tom%40gmail.com&max=0&offset=0&sort=string&order=string&locationId=0&identifier=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'No contentUser data to be created
The user's password. Only for POST requests. Don't use when creating a user with status INVITED!
The status of the current user. One of CREATED, VERIFIED, UNVERIFIED, INVITED, INACTIVE, NO_LOGIN
User Role
Preferred language of a user. If not set, this will default to the language in context, e.g., location's for e-mails and browser language for our applications.
A list of features this user can work with. Values:
ADS_READ ADS_WRITE ADVANCED_ANALYTICS AI_SUGGESTED_REPLIES AI_BULK_REPLIES APPLE_POSTING_WRITE AUTO_RESPONSE_WRITE BULK_UPDATES BUSINESS_LEVEL_CONNECT CAN_PAY_INVOICE CAN_SEE_HELP_SECTION CHAT_READ CHAT_WRITE CHATBOT_READ CHATBOT_WRITE DAM ENTERPRISE_ONBOARDING FIRST_PARTY_REVIEW_APPROVAL FORMS INBOX_2_0_BETA_READ INBOX_2_0_BETA_WRITE INBOX_APPROVAL INBOX_READ INBOX_WRITE INSTAGRAM_POSTING_WRITE LISTINGS_PAGE_NEW LISTINGS LIVE_CHAT LOCATION_GROUP LOCATION_READ LOCATION_SCHEDULED_UPDATES LOCATION_STATUS_CHANGE LOCATION_WRITE POSTING_APPROVAL POSTING_READ POSTING_WRITE PRICE_INFO RESPONSE_LIBRARY_READ RESPONSE_LIBRARY_WRITE REVIEW_GENERATION_CREATE REVIEW_GENERATION_SEND SINGLE_SIGN_ON SOCIAL_ADS SUPPRESSION TRACKING UPGRADE USER_OTHERS_EDIT USER_SELF_EDIT
A list of EmailSettings for this user. Only one EmailSettings object per EmailType possible.
Map containing the feature names and corresponding feature-specific parameters. "featuresDetailed" is supported for the features LOCATION_WRITE and ADVANCED_ANALYTICS. For LOCATION_WRITE a list of fields that this user can update is expected. For ADVANCED_ANALYTICS a list of dashboards the user has access to is expected. For example:
"featuresDetailed": '{'
'{'
"featuresDetailed":'{'
"LOCATION_WRITE":[
"fax",
"openingHours",
"callTrackingNumbers",
"streetNo",
"openingHoursNotes",
"specialOpeningHours",
"street",
"languages",
"customFields",
"contentLists",
"photos",
"services",
"moreHours",
"descriptionLong",
"zip",
"lat",
"openingDate",
"email",
"addressDisplay",
"labels",
"taxNumber",
"city",
"cellphone",
"contentCollections",
"attributes",
"categories",
"imprint",
"phone",
"utms",
"addressExtra",
"keywords",
"legalIdent",
"lng",
"paymentOptions",
"descriptionShort",
"socialProfiles",
"identifier",
"website",
"country",
"province",
"name",
"videos",
"brands",
"serviceAreas"
],
"ADVANCED_ANALYTICS":[
"overview",
"listings-google",
"customer-feedback"
]
'}'
'}'
The user's role. One of ADMIN, BUSINESS_MANAGER, MULTI_BUSINESS_MANAGER, LOCATION_MANAGER.
- https://uberall.com/api/users
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/users \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"email": "string",
"password": "string",
"id": 0,
"salutation": "string",
"firstname": "string",
"lastname": "string",
"phone": "string",
"status": "INVITED",
"role": "UBER_API_ADMIN",
"salesPartner": {
"id": 0,
"aggregateInvoicesToParent": true,
"attribution": {
"name": "string",
"url": "string",
"id": 0,
"logo": {
"url": "string",
"type": "LOGO",
"description": "string"
}
},
"canSeePrices": true,
"emailCustomerSupport": "string",
"emailProjectLead": "string",
"forceSso": true,
"identifier": "string",
"minPasswordLength": 0,
"name": "string",
"phone": "string",
"preferredLanguage": "string",
"pushUrl": "string",
"salesPartnerStatus": "CREATED",
"subscribedWebhookEventTypes": [
"ADMIN_ALERT"
],
"whitelistedRedirectUrls": [
"string"
],
"currency": "string",
"entity": "UBERALL_BV",
"isSsoActive": true,
"maxFreeLocations": 0,
"type": "string",
"whitelabelInformations": [
{
"id": 0,
"name": "string",
"identifier": "string"
}
],
"onboardingStatus": "NOT_STARTED",
"locationGroupIds": [
0
],
"country": "AF",
"address": "string",
"contactPerson": 0,
"emailAccounting": "string",
"vatId": "string",
"parentId": 0,
"price": 0,
"priceMin": 0,
"commission": 0
},
"preferredLanguage": "string",
"identifier": "string",
"features": [
"ADS"
],
"emailSettings": [
{
"frequency": "ALWAYS",
"emailType": "DIGEST",
"id": 0
}
],
"featuresDetailed": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"whitelabelInformation": {
"id": 0,
"name": "string",
"identifier": "string"
},
"dateCreated": "2019-08-24T14:15:22Z",
"managedBusinesses": [
0
],
"managedLocations": [
0
],
"connectedAccounts": [
"string"
],
"paymentMethod": [
"string"
],
"showSpSwitch": true,
"isParent": true,
"canManageLocationGroups": true,
"multiFactorAuthentications": [
{
"email": "string",
"type": "EMAIL",
"id": 0
}
],
"managedLocationsIdentifiers": [
0
],
"roles": [
"UBER_API_ADMIN"
],
"locationGroupIds": [
0
],
"managedLocationsViaGroups": [
0
]
}'No content- https://uberall.com/api/users/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/users/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/users/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'No content
Social AI Service
Products - Social AI Service