v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Member

fetchMemberMe

return information about Member

get/me

Response

Success

idinteger

Primary identifier of record

okta_idstring nullable

ID of Okta

okta_synchronized_atstring date-time nullable

Date/time of last sync update to Okta

descope_user_idstring nullable

ID of Descope

descope_last_sync_atstring date-time nullable

Date/time of last sync update to Descope

first_namestring

First name

last_namestring

Last name

address1string nullable

Address1

address2string nullable

Address2

citystring nullable

City

statestring nullable

State

countrystring nullable

Country

postal_codestring nullable

Postal Code

email_addressstring email

Email address

date_of_birthstring nullable

Date of birth

phonestring nullable

Phone number

faxstring nullable

Fax

gender'M' | 'F' | 'm' | 'f' nullable

Gender

titlestring nullable

Title

profile_image_idinteger nullable

ID of associated Asset representing current profile image

thumbnail_largestring nullable

Thumbnail, large. This is a deprecated field.

thumbnail_mediumstring nullable

Thumbnail, medium. This is a deprecated field.

thumbnail_smallstring nullable

Thumbnail, small. This is a deprecated field.

is_password_reset_lockedboolean

Checks if password reset option has been locked

status'active' | 'deleted' | 'unclaimed' | 'unconfirmed' | 'locked'

Status of Member

created_atstring date-time

Date/time of created Member

last_login_atstring date-time nullable

Date/time of Member successful login

Example response

{
  "id": 2012,
  "okta_id": "00aaqm2iupwbJrgDv0h7",
  "okta_synchronized_at": "2021-04-23T10:25:03Z",
  "descope_user_id": "00aaqm2iupwbJrgDv0h7",
  "descope_last_sync_at": "2021-04-23T10:25:03Z",
  "first_name": "Buster",
  "last_name": "McTest",
  "address1": "123 Baker St",
  "city": "San Diego",
  "state": "CA",
  "country": "US",
  "postal_code": "91111",
  "email_address": "user@example.com",
  "date_of_birth": "1990-01-01",
  "phone": "8883219876",
  "fax": "123",
  "gender": "M",
  "title": "Mr",
  "profile_image_id": 432,
  "thumbnail_large": "https://cdn.example.com/members/2012/thumbnail_large.jpg",
  "thumbnail_medium": "https://cdn.example.com/members/2012/thumbnail_medium.jpg",
  "thumbnail_small": "https://cdn.example.com/members/2012/thumbnail_small.jpg",
  "created_at": "2019-04-23T10:25:03Z",
  "last_login_at": "2019-04-23T10:25:03Z"
}