Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-reference/beta/api/invitation-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
> - Both nonadmin member users and guest users can invite guests if the tenant admin hasn't restricted the [default user permissions](/entra/fundamentals/users-default-permissions?toc=%2Fgraph%2Ftoc.json).
> - Guest Inviter, Directory Writers, or User Administrator.
> - To reset the redemption status: Helpdesk Administrator or User Administrator.
> - Application permissions (app-only) don't work if B2B invitations are disabled on the tenant or if B2B invitations are restricted to administrators.
> - Application permissions (app-only) don't work if B2B invitations are disabled on the tenant.
> - When resetting the redemption status for a guest user, the *User.ReadWrite.All* permission is the least privileged permission for the operation.

## HTTP request
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/invitation-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
> - Both nonadmin member users and guest users can invite guests if the tenant admin hasn't restricted the [default user permissions](/entra/fundamentals/users-default-permissions?toc=%2Fgraph%2Ftoc.json).
> - Guest Inviter, Directory Writers, or User Administrator.
> - To reset the redemption status: Helpdesk Administrator or User Administrator.
> - Application permissions (app-only) don't work if B2B invitations are disabled on the tenant or if B2B invitations are restricted to administrators.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @SiverShiSSS
How about rewriting it as follows?

  • These permissions don’t work if B2B invitations are disabled on the tenant.

After separate discussions with the Software Engineers, we confirmed that this statement diverges from the actual behavior. Specifically, we concluded that these permissions only fail when B2B invitations are disabled.

> - Application permissions (app-only) don't work if B2B invitations are disabled on the tenant.
> - When resetting the redemption status for a guest user, the *User.ReadWrite.All* permission is the least privileged permission for the operation.

## HTTP request
Expand Down
Loading