Skip to main content
POST
Search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

The SubjectAppLimitServiceSearchRequest message.

appIds
string[] | null

Restrict to these apps; empty returns every app.

pageSize
integer<int32>

The pageSize field.

pageToken
string

The pageToken field.

states
Subject App Limit State Filter · object | null

SubjectAppLimitStateFilter is the structured state filter. The three states are mutually exclusive by construction: suspended is suspension present; explicit-limit is suspension absent AND limit present; inheriting is neither. Combining them is a union. Unset (all false) does not filter by state at all.

userIds
string[] | null

Restrict to these subjects; empty returns every row in the tenant.

Response

200 - application/json

Successful response

The SubjectAppLimitServiceSearchResponse message.

list
Subject App Limit · object[] | null

The list field.

nextPageToken
string

The nextPageToken field.