Users Logged In to Restore Portal

The /Organization/LoggedInUser resource collection represents information about a Microsoft 365 organization users currently logged in to Restore Portal.

NOTE
Only Restore Portal users or restore operators can use this methods. Make sure to obtain an authorization token with the operator value selected from the grant_type drop-down list. For more information on how to obtain a token, see the Veeam Backup for Microsoft 365 REST API Reference, section Authorization for Restore Operators.

Get Logged-In Users

Returns a resource representation of information about a Microsoft 365 organization users currently logged in to Restore Portal.

SecurityBearer
Responses
200

OK

default

Operation failure response.

get/v8/Organization/LoggedInUser
Request samples
Response samples
application/json
{
  • "id": "string",
  • "name": "string"
}

Get Information on Logged-In Users

Returns a resource representation of information if the users currently logged in to Restore Portal act as restore operators.

SecurityBearer
Responses
200

OK

default

Operation failure response.

get/v8/Organization/LoggedInUser/OperatorInfo
Request samples
Response samples
application/json
{
  • "isOperator": true,
  • "_links": {
    }
}

Get Objects to Manage

Returns a resource representation of objects that are managed by the restore operators currently logged in to Restore Portal.

SecurityBearer
Responses
200

OK

default

Operation failure response.

get/v8/Organization/LoggedInUser/EffectiveScope
Request samples
Response samples
application/json
{
  • "users": [
    ],
  • "sites": [
    ],
  • "teams": [
    ]
}

Get Restore Points

Returns a resource representation of restore points created by Veeam Backup for Microsoft 365 for organization users currently logged in to Restore Portal.

x-codegen-request-body-name: rbacItem
SecurityBearer
Request
query Parameters
rbacItem
string

Specifies the identification number of an object to manage.

isCopy
boolean

Defines whether the server will return information about restore points created by backup copy jobs in all object storage repositories.

Responses
200

OK

default

Operation failure response.

get/v8/Organization/LoggedInUser/RestorePoints
Request samples
Response samples
application/json
[
  • {
    }
]

Document updated 12/18/2025

Page content applies to build 8.3.0.2201