static osapi.jive.corev3.jiveAuthorizations

Static class for getting and creating User administration.

Methods

get(options)
GET /admin/people/authorizations/oauth/{ID}

Retrieves

Authorization

Description

Return the specified Jive property.

Availability:

Available to Jive admins only

Options:
NameTypeRequiredDescription
nameStringfalseName of the Jive property to return
fieldsStringfalseNames of the fields to be returned
Retrieves:
  • Authorization
  • Since: 3.2
    get(options)
    GET /admin/people/{personID}/authorizations/oauth

    Retrieves

    Authorization[]

    Description

    Return a paginated list of authorizations given by a user.

    Availability:

    Available to Jive admins only

    Options:
    NameTypeRequiredDescription
    personIdStringfalseId of the person that has granted authorizations
    countIntegerfalseThe maximum number of Jive properties to return (default is 25)
    fieldsStringfalseThe names of the fields to be returned
    startIndexIntegerfalseZero-relative index of the first Jive property to return (default is 0)
    Retrieves:
  • Authorization
  • Since: 3.2