This document contains API-specific authorization and authentication information. Before reading this document, be sure to read the Google Workspace's general authentication and authorization information at Learn about authentication & authorization.
To define the level of access granted to your app, you need to identify and declare authorization scopes. An authorization scope is a OAuth 2.0 URI string that contains the Google Workspace app name, what kind of data it accesses, and the level of access.
For more information about scopes, see How to choose scopes for your app.
The Directory API supports the following scopes:
Scopes for devices | Meaning |
---|---|
https://www.googleapis.com/auth/admin.directory.device.chromeos |
Global scope for access to all Chrome device operations. |
https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly |
Scope for only retrieving Chrome devices. |
https://www.googleapis.com/auth/admin.directory.device.mobile |
Global scope for access to all mobile device operations. |
https://www.googleapis.com/auth/admin.directory.device.mobile.readonly |
Scope for only retrieving mobile device |
https://www.googleapis.com/auth/admin.directory.device.mobile.action |
Scope for tasks that take an action on a mobile device. |
Scopes for groups, group aliases, and group members | Meaning |
https://www.googleapis.com/auth/admin.directory.group.member |
Scope for access to all group member roles and information operations. |
https://www.googleapis.com/auth/admin.directory.group.member.readonly |
Scope for only retrieving group member roles and information. |
https://www.googleapis.com/auth/admin.directory.group |
Global scope for access to all group operations, including group aliases and members. |
https://www.googleapis.com/auth/admin.directory.group.readonly |
Scope for only retrieving group, group alias, and member information. |
Scopes for organizational units | Meaning |
https://www.googleapis.com/auth/admin.directory.orgunit |
Global scope for access to all organizational unit operations. |
https://www.googleapis.com/auth/admin.directory.orgunit.readonly |
Scope for only retrieving organizational units. |
Scopes for users and user aliases | Meaning |
https://www.googleapis.com/auth/admin.directory.user |
Global scope for access to all user and user alias operations. |
https://www.googleapis.com/auth/admin.directory.user.readonly |
Scope for only retrieving users or user aliases. |
https://www.googleapis.com/auth/admin.directory.user.alias |
Scope for access to all user alias operations. |
https://www.googleapis.com/auth/admin.directory.user.alias.readonly |
Scope for only retrieving user aliases. |
Scopes for user security features | Meaning |
https://www.googleapis.com/auth/admin.directory.user.security |
Scope for access to all application-specific password, OAuth token, and verification code operations. |
Scopes for role management | Meaning |
https://www.googleapis.com/auth/admin.directory.rolemanagement |
Scope for all roles management operations, including creating roles and role assignments. |
https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly |
Scope for getting and listing roles, privileges, and role assignments. |
Scopes for custom user schemas | Meaning |
https://www.googleapis.com/auth/admin.directory.userschema |
Scope for access to all custom user schema operations. |
https://www.googleapis.com/auth/admin.directory.userschema.readonly |
Scope for only retrieving custom user schemas. |
Scopes for customers | Meaning |
https://www.googleapis.com/auth/admin.directory.customer |
Scope for access to all customer operations. |
https://www.googleapis.com/auth/admin.directory.customer.readonly |
Scope for only retrieving customers. |
Scopes for domains | Meaning |
https://www.googleapis.com/auth/admin.directory.domain |
Scope for access to all domain operations. |
https://www.googleapis.com/auth/admin.directory.domain.readonly |
Scope for only retrieving domains. |
Scopes for calendar resources | Meaning |
https://www.googleapis.com/auth/admin.directory.resource.calendar |
Scope for access to all calendar resources operations. |
https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly |
Scope for only retrieving calendar resources. |