Glass America Users

From docs
Revision as of 14:04, 21 July 2026 by Ashley DeBon (talk | contribs) (Get Glass America Users)
Jump to: navigation, search

Mobile_API »Get Glass America Users

Base URL

https://apimobile.callproof.com

Endpoint

/api/glass-america/users

Purpose

Retrieves Glass America (Omega) users available to the authenticated CallProof user’s company, returning each user’s ID and display name for dashboard use.

HTTP Method

GET

Headers

Header Required Description
Authorization Yes Bearer access token
Phpsessid Yes Omega dashboard session ID used to call the external users API
Cookie1 Yes Omega dashboard cookie value used with the session ID

Security

  • Yes – Requires Bearer Token authentication.
  • Also requires a valid Omega dashboard session (Phpsessid and Cookie1) obtained from the Glass America dashboard login flow.

Parameters

Path Parameters

None.

Query Parameters

None.

Request Body

None.

Successful Response (200)

Returns the list of Glass America users.

Field Type Description
clientStatusCode integer Status indicator for the client (for example, 200)
user_id integer Identifier of the authenticated CallProof user
company_id integer Identifier of the authenticated user’s company
data object Users payload
uri string Requested resource URI

data.user_details[]

Field Type Description
id integer/string Unique identifier of the Glass America user
name string Full display name (first name + last name)

Error Responses

Status Code Meaning
400 Bad Request – users could not be retrieved
401 Unauthorized – missing, invalid, or expired Bearer token
  • 400 – Omega session invalid/expired, upstream error message returned from Omega, or another retrieval failure.
  • 401 – Authentication failed or the access token is missing/expired.