Skip to main content
Get User
curl --request GET \
  --url https://api.yapily.com/users/{userUuid} \
  --header 'Authorization: Basic <encoded-value>'
{
  "uuid": "3b908179-6faa-42e1-8129-8fd0ff1fc68f",
  "applicationUuid": "3020bf54-e254-40ba-ba7b-fc959774486a",
  "applicationUserId": "string",
  "createdAt": "2022-10-17T08:51:02.463Z",
  "institutionConsents": [
    {
      "institutionId": "modelo-sandbox"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.

Path Parameters

userUuid
string<uuid>
required

Mandatory. The Yapily generated UUID for the user.

Response

Ok

Information about a user of an application.

uuid
string<uuid>

A unique identifier for the 'User' assigned by Yapily.

applicationUuid
string<uuid>

Unique identifier of the application the user is associated with.

applicationUserId
string

Conditional. The user-friendly reference to the User.

referenceId
string
createdAt
string<date-time>

Date and time of when the user was created.

institutionConsents
object[]
vopOptOut
boolean
default:false

Optional. A flag to indicate whether the user has opted out of VOP.