Generated from Swagger.
API methods are organized by the tags.
Following the methods is a listing of all Default Entity Models.
Login with Admin-User or Organization credentials.
Login with App-User or Application credentials.
Get a group's feed through providing all the identifications.
Create an activity in the activities collection.
Retrieve a user's feed through providing all the identifications.
Retrieve details about the admin users in an organization.
Remove an admin user from an organization through providing both Id of application and organization.
Create a whole new admin user.
Complete the password reset through getting the newpassword and the old one for identification.
Retrieve details about an admin user.
Activate an admin user from a link provIded in an email notification.
Update an admin user's password through getting the newpassword and the old one for identification.
Reactivate an expired admin user.
Retrieve users though query statement.
Create a user in the users collection through providing all the identifications.
Retrieve a user through providing all the identifications.
Update a user through providing all the identifications.
Remove a user through providing all the identifications.
Set a user's password or reset the user's existing password.
Retrieve a user's collections or connections through query statement.
Retrieve collection through query statement.
Update collection through query statement.
Add an entity to a collection through providing all the identifications.
Remove an entity from a collection through providing all the identifications.
Retrieve an entity through providing Id of application, organization, collection and entity.
One or more properties can be updated with a single request.
Delete an entity from the collection.
When a new entity is created, Usergrid will automatically create a corresponding collection if one does not already exist. The collection will automatically be named with the plural form of the entity type.
Create an event through providing both Id of organization and application.
Create a new group through providing both Id of organization and application.
Create an activity to a specific group. In this case the activity is created in the activities collection and is accessible at the /activities endpoint to users who have the permission to read that endpoint. In addition, a relationship is established between the activity and the group, and because of that, the activity will appear in the group’s feed. The group 'owns' the activity. Also, the activity will be published in the feed of all users that are members of the group.
Add a user to a group through providing all the identifications.
Delete user from a group through providing all the identifications.
Get a group through through providing all the identifications.
Update a group through providing all the identifications.
Create an organization through a form post.
Retrieve an organization given a specified UUID or username.
Activate an organization from a link provIded in an email notification.
Retrieve the applications in an organization through providing both Id of application and organization.
Retrieve the client Id and client secret credentials for an application in an organization.
Generate the client Id and client secret credentials for an application in an organization.
Retrieve the credentials for an organization client.
Generate whole new credentials for an organization client.
Retrieve an organization's activity feed.
Retrieve an admin user's activity feed.
Retrieve the roles in an application through providing all the identifications.
Create a new role through providing all the identifications.
Remove permissions from a role.
Retrieve the users in a role through providing all the identifications.
Add a user to a role through providing all the identifications.
Remove a user from a role through providing all the identifications.
Remove a role through providing all the identifications.
This section lists the properties for the following Usergrid Default Entities:
| Name | Type | Description | Required |
|---|---|---|---|
| access_token | string | Access-token that may be used on subsequent requests. | false |
| expires_in | number | Time (in milliseconds) until access-token expires. | false |
| user | ref | User object if login was done as a user. | false |
| Name | Type | Description | Required |
|---|---|---|---|
| action | string | The requested action. | false |
| status | string | The status of the requested action. | false |
| token | string | The token required for getting an AdminUser. | false |
| Name | Type | Description | Required |
|---|---|---|---|
| entityproperty | ref | false | |
| category | string | The category of the activity. | false |
| metadataproperty | ref | false | |
| objectproperty | ref | false | |
| title | string | The title of the activity. | false |
| verb | string | The verb of the activity. | false |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| displayname | string | The display of the name of the actor. | false |
| objecttype | string | The type of the actor. | false |
| objectuuId | string | The UUID of the actor. | false |
| entitytype | string | The entitytype of the actor. | false |
| Name | Type | Description | Required |
|---|---|---|---|
| operation | string | A comma-delimited set of HTTP methods (GET, PUT, POST, DELETE) that are allowed for the specified resource path. | true |
| resource_path | string | The path to the resources to be accessed. | true |
| Name | Type | Description | Required |
|---|---|---|---|
| title | string | The title of the role. | true |
| role name | string | The name of the role. | true |
| Name | Type | Description | Required |
|---|---|---|---|
| tester/sandbox | string | The UUID of tester/sandbox. | false |
| tester/app1 | string | The UUID of tester/app1. | false |
| tester/app2 | string | The UUID of tester/app2. | false |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| activities | string | false | |
| feed | string | false | |
| roles | string | false | |
| users | string | false |
| Name | Type | Description | Required |
|---|---|---|---|
| displayName | string | true | |
| uuid | string | true | |
| username | string | true | |
| image | ref | false | |
| verb | string | true | |
| content | string | true |
| Name | Type | Description | Required |
|---|---|---|---|
| username | string | true | |
| string | false | ||
| name | string | false | |
| password | string | false |
| Name | Type | Description | Required |
|---|---|---|---|
| token | string | The OAuth2 access token. | true |
| name | string | The name of the application. | true |
| Name | Type | Description | Required |
|---|---|---|---|
| property | string | The property of the entity. | false |
| value | string | The relevant value of the property. | false |
| Name | Type | Description | Required |
|---|---|---|---|
| title | string | The title of the group. | true |
| path | string | The path of the group. | true |
| Name | Type | Description | Required |
|---|---|---|---|
| notifier | ref | true | |
| message | string | The push notitfication message that will be delivered to the user. | true |
| Name | Type | Description | Required |
|---|---|---|---|
| organization | string | true | |
| username | string | true | |
| name | string | true | |
| string | true | ||
| password | string | true |
| Name | Type | Description | Required |
|---|---|---|---|
| client_Id | string | The Id of the client. | false |
| client_secret | string | The secret of the client. | false |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| uuid | string | Unique entity Id. | false |
| type | string | Type of entity. | false |
| name | string | Notifier display name. | false |
| metadata | ref | false | |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| uuid | string | The UUID of the entity. | false |
| type | string | The type of the entity. | false |
| actorproperty | ref | false | |
| metadata | ref | false | |
| name | string | The name of the entity. | false |
| message | string | false |
| Name | Type | Description | Required |
|---|---|---|---|
| code | integer | false | |
| message | string | false | |
| fields | object | false |
| Name | Type | Description | Required |
|---|---|---|---|
| applicationName | string | The application name of the event. | false |
| entity | ref | false | |
| url | string | The url of the event. | false |
| applicationId | string | The application UUID of the event. | false |
| parameters | string | The parameters of the event. | false |
| organization | string | The title of the organization. | false |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| uuid | string | The UUID of the group. | false |
| type | string | The type of the group. | false |
| created | string | The created Id for the group. | false |
| modified | string | The modified Id for the group. | false |
| path | string | The path of the group. | false |
| metadata | ref | false | |
| title | string | The title of the group. | false |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| url | string | false | |
| wIdth | integer | false | |
| string | false |
| Name | Type | Description | Required |
|---|---|---|---|
| grant_type | string | Grant-type must be 'password' or 'client_credentials'. | false |
| username | string | Username of user attempting login, required only if grant_type is 'password'. | false |
| password | string | Password of user attempting login, required only if grant_type is 'password'. | false |
| client_id | string | Client-ID portion of credentials, required only if grant_type is 'client_credentials'. | false |
| client_secret | string | Client-Secret portion of credentials, required only if grant_type is 'client_credentials'. | false |
| Name | Type | Description | Required |
|---|---|---|---|
| cursor | string | The cursor of the metadata. | false |
| path | string | The path of the metadata. | false |
| sets | ref | false | |
| collections | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| uuid | string | Unique entity Id. | false |
| type | string | Type of entity. | false |
| payloads | string | The push notifications to be delivered. | true |
| errorMessage | string | Error message returned by the notification service (APNs or GCM) if the notification fails entirely. | false |
| scheduled | boolean | whether the notification is currently scheduled for delivery. | false |
| state | string | The current delivery status of the notification 'FINISHED', 'SCHEDULED' or 'CANCELED'. | false |
| metadata | ref | false | |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| uuid | string | Unique entity Id. | false |
| type | string | Type of entity. | false |
| name | string | Notifier display name. | false |
| provider | string | Push notification provider 'apple' or 'google'. | true |
| environment | string | The environment that corresponds to your app 'development' or 'production'. | true |
| metadata | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| displayname | string | The display of the name of the object. | false |
| objecttype | string | The type of the object. | false |
| objectuuId | string | The UUID of the object. | false |
| entitytype | string | The entitytype of the object. | false |
| Name | Type | Description | Required |
|---|---|---|---|
| applicationId | string | The application Id of the owner. | false |
| username | string | The username of the owner. | false |
| name | string | The name of the owner. | false |
| string | The email of the owner. | false | |
| activated | boolean | Indicate whether the account is activated or not. | false |
| disabled | boolean | Indicate whether the account is disabled or not. | false |
| uuid | string | The UUID of the owner. | false |
| adminUser | boolean | Indicate whether the use is a adminUser or not. | false |
| displayEmail | string | The display of the email of the owner. | false |
| htmldisplayEmail | string | The HTML display of the email of the owner. | false |
| orgname | string | The name of the organization. | false |
| orguuId | string | The UUID of the organization. | false |
| applicationdata | ref | false | |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| applicationName | string | The name of the application of the permission. | false |
| entity | ref | false | |
| url | string | The url of the permission. | false |
| applicationId | string | The UUID of the application. | false |
| parameters | string | The parameters of the permission. | false |
| organization | string | The organization of the permission. | false |
| permissiondata | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| uuid | string | Unique entity Id. | false |
| type | string | Type of entity. | false |
| payloads | string | The push notifications to be delivered. | false |
| errorMessage | string | Error message returned by the notification service (APNs or GCM) if the notification fails entirely. | false |
| errorCode | string | Error code returned by the notification service. | false |
| sent | number | UTC timestamp in milliseconds for when the notification was sent. | false |
| metadata | ref | false | |
| completeMsg | ref | false |
| Name | Type | Description | Required |
|---|---|---|---|
| recaptcha_response | string | Parameters and value for the Captcha challenge. | true |
| recaptcha_challenge | string | The admin user's response to the Captcha challenge. | true |
| string | true |
| Name | Type | Description | Required |
|---|---|---|---|
| applicationName | string | The application name of the event. | false |
| entity | ref | false | |
| url | string | The url of the event. | false |
| applicationId | string | The application UUID of the event. | false |
| parameters | string | The parameters of the event. | false |
| organization | string | The title of the organization. | false |
| completeMsg | ref | false | |
| path | string | The path of the role. | false |
| Name | Type | Description | Required |
|---|---|---|---|
| timestamp | string | UTC timestamp in milliseconds of when schedule notifications. | true |
| Name | Type | Description | Required |
|---|---|---|---|
| timestamp | string | UTC timestamp in milliseconds of when set expirations. | true |
| Name | Type | Description | Required |
|---|---|---|---|
| applicationId | string | The application Id of a user. | false |
| username | string | The username of a user. | false |
| name | string | The name of a user. | false |
| string | The email of a user. | false | |
| activated | boolean | Indicate whether the account is activated or not. | false |
| disabled | boolean | Indicate whether the account is disabled or not. | false |
| uuid | string | The UUID of a user. | false |
| adminUser | boolean | Indicate whether the use is a adminUser or not. | false |
| displayEmail | string | The display of the email of a user. | false |
| htmldisplayEmail | string | The HTML display of the email of a user. | false |
| organization | string | The organization of the user. | false |
| picture | string | The uri of the user's picture. | false |
| uri | string | The uri of the user. | false |
| path | string | The path of the user. | false |
| completeMsg | ref | false |