static osapi.jive.corev3.jiveAuthorizations
Static class for getting and creating
User administration.Methods
↑
Authorization
get(options)
GET /admin/people/authorizations/oauth/{ID}Retrieves
AuthorizationDescription
Return the specified Jive property.
Availability:
Available to Jive admins only
Options:
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | false | Name of the Jive property to return |
| fields | String | false | Names of the fields to be returned |
Retrieves:
Since: 3.2
↑
Authorization
get(options)
GET /admin/people/{personID}/authorizations/oauthRetrieves
Authorization[]Description
Return a paginated list of authorizations given by a user.
Availability:
Available to Jive admins only
Options:
| Name | Type | Required | Description |
|---|---|---|---|
| personId | String | false | Id of the person that has granted authorizations |
| count | Integer | false | The maximum number of Jive properties to return (default is 25) |
| fields | String | false | The names of the fields to be returned |
| startIndex | Integer | false | Zero-relative index of the first Jive property to return (default is 0) |