Show / Hide Table of Contents

AgreementAcceptance.Read

Allows the app to read terms of use acceptance statuses on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /identityGovernance/termsOfUse/agreements/{agreementsId}/acceptances
V1 D GET /me/agreementAcceptances
V1 D GET /users/{id | userPrincipalName}/agreementAcceptances

Delegate Permission

Id 0b7643bb-5336-476f-80b5-18fbfbc91806
Consent Type Admin
Display String Read user terms of use acceptance statuses
Description Allows the app to read terms of use acceptance statuses on behalf of the signed-in user.

Resources

agreementAcceptance

Property Type Description
agreementFileId String The identifier of the agreement file accepted by the user.
agreementId String The identifier of the agreement.
deviceDisplayName String The display name of the device used for accepting the agreement.
deviceId String The unique identifier of the device used for accepting the agreement. Supports $filter (eq) and eq for null values.
deviceOSType String The operating system used to accept the agreement.
deviceOSVersion String The operating system version of the device used to accept the agreement.
expirationDateTime DateTimeOffset The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and eq for null values.
id String The identifier of the agreement acceptance. Read-only. Supports $filter (eq).
recordedDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
state string The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
userDisplayName String Display name of the user when the acceptance was recorded.
userEmail String Email of the user when the acceptance was recorded.
userId String The identifier of the user who accepted the agreement. Supports $filter (eq).
userPrincipalName String UPN of the user when the acceptance was recorded.
In This Article
Back to top Created by merill | Submit feedback