Skip to content

AirtableGetUserIdAndScopesResponse

ngocnicholas edited this page Aug 1, 2025 · 2 revisions

AirtableGetUserIdAndScopesResponse Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class AirtableGetUserIdAndScopesResponse: AirtableApiResponse

The AirtableGetUserIdAndScopesResponse exposes the following members.

Constructors

Name Description
AirtableGetUserIdAndScopesResponse(AirtableApiException) Initializes an instance of AirtableGetUserIdAndScopesResponse
AirtableGetUserIdAndScopesResponse(UserIdAndScopes) Initializes an instance of AirtableGetUserIdAndScopesResponse

properties

Name Description
UserId get the user ID
Scopes get the scopes which control what actions a token can perform
Clone this wiki locally