[Deprecated]: Get global roles users
get
/ec-auth-svc/rest/v3.0/globalroles/users
Deprecated: Retrieves users provisioned with global roles. Results can be filtered by user name and limited to a number.
Request
Query Parameters
-
allusers: boolean
All usersExample:
true -
firstResult: integer(int32)
Offset from where the results should be retrievedExample:
0 -
includeRemoved: string
Get removed detailsDefault Value:
NExample:true -
oracle.hsgbu.clinicalone.serviceToService: string
Service to service query keyExample:
role -
rowsToReturn: integer(int32)
Limit for the number of results to be returnedExample:
50 -
searchString: string
Given name or family name of the user to filter the results.Example:
Joh
Header Parameters
-
oracle.hsgbu.clinicalone.serviceToService: string
Service to service header keyExample:
name
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Nested Schema : DisplayGlobalRoleUserDtoV2
Type:
Show Source
object-
firstName: string
-
globalroles: array
globalroles
-
id: string
(uuid)
-
lastAccess: string
(date-time)
-
lastName: string
-
userName: string
-
versionEnd: string
(date-time)
End date for the object's version validity. ISO 8601 format.Example:
2025-06-17T10:15:30Z -
versionStart: string
(date-time)
Start date for the object's version validity. ISO 8601 format.Example:
2020-06-17T10:15:30Z
Nested Schema : globalroles
Type:
Show Source
array-
Array of:
object DisplayUserRoleDtoV2
User role assignment within a study mode. Contains role reference, display label, and (if set) a mapped StudyRoleID. UUIDs are always uppercase.
Nested Schema : DisplayUserRoleDtoV2
Type:
objectUser role assignment within a study mode. Contains role reference, display label, and (if set) a mapped StudyRoleID. UUIDs are always uppercase.
Show Source
-
id: string
Unique role IDExample:
F0DEEFCB66A14C2AA0699165055A38C1 -
roleName: string
Display name for this application or system role.Example:
Data Manager -
StudyRoleID: string
If present, the mapped StudyRoleID for this user/type.Example:
23FF2AE2F25746B993190A489ED09727 -
versionEnd: string
(date-time)
End date for the object's version validity. ISO 8601 format.Example:
2025-06-17T10:15:30Z -
versionStart: string
(date-time)
Start date for the object's version validity. ISO 8601 format.Example:
2020-06-17T10:15:30Z
Example:
[
{
"id":"F0DEEFCB66A14C2AA0699165055A38C1",
"roleName":"Data Manager"
}
]Examples
400 Response
Bad request
Root Schema : AuthResponse
Type:
objectGeneric API response wrapper containing result, error data, response version and status.
Show Source
-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
Result data of the API response; actual type depends on the API
-
status: string
(none)
Indicates request success ("success") or failure ("failure").Example:
success -
version: integer
(int32)
Version of the response schema.Example:
1
Nested Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: string
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.Example:
User role is missing required permission REPORTING_VIEW. Field: userId -
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type:
objectResult data of the API response; actual type depends on the API
Example:
oracle.doceng.json.BetterJsonNull@3565a0f5