Skip to content
Pasqal Documentation

/api/v1/auth/info (GET)

GET
/api/v1/auth/info

Get authenticated user’s information.

Responses

default

object
code
required

HTTP code of the request.

integer
200
data

Data of the request.

object
acl
Array<object>
object
created_at
string format: date-time
id
string format: uuid
project_allowed_device_types
required

A list of DeviceType the project can use

Array<string>
Allowed values: EMU_FREE EMU_SV EMU_TN EMU_C FRESNEL EMU_FRESNEL EMU_MPS
project_allowed_workload_types
required

A list of WorkloadType the project can use

Array<string>
Allowed values: algorithm_dqgm qadence_circuit algorithm_pde_basf algorithm_pde_equality algorithm_qel_posco
project_id
required

ID of the project

string format: uuid
role

Role of the member.

string
Allowed values: ADMIN MEMBER
status

Status of the invitation.

string
Allowed values: PENDING ACTIVE
updated_at
string format: date-time
user_id
required

ID of the user|application from the corresponding identity provider. For Auth0 users, the “auth0|” prefix is removed.

string
allowed_device_types
required
email
string format: email
email_verified
boolean
id
required
string
projects

Projects the user belongs to.

dict
default: [object Object]
superuser
boolean
type
required
string
message
required

Short message explaining status.

string
OK.
pagination

Pagination information for the request

object
end
required
integer
start
required
integer
total
required
integer
status
required

Status of the request.

string
success