Grants V2

List Grants by Device

Returns a list of manual grants for the specified device/user. Requires entitlements:read scope.

get/v2/grants

Query parameters

limitstring

a string to be decoded into a number

Maximum number of items to return (1-100, default: 10)

starting_afterstring

a string to be decoded into a number

a string to be decoded into a number

ending_beforestring

a string to be decoded into a number

a string to be decoded into a number

project_idstring required

Project ID (required)

Project ID (required)

device_idstring
user_idstring
include_expired'true' | 'false'

a string to be decoded into a boolean

Include expired grants (default: false)

include_revoked'true' | 'false'

a string to be decoded into a boolean

Include revoked grants (default: false)

Response

Success

object'list' required

Object type, always list

url'/v2/grants' required

API endpoint URL for this list

has_moreboolean required

Whether there are more results available beyond this page

Changes

No recorded changes to this endpoint across all 1 revision of this API.