v1

latestOpenAPI 3.0.0Use under Unicorn2026-07-14272948.7 KB
User

Get all Users detail This will return all properties related to User entity

get/api/User

Response

API Response with User entity

accountNumberstring nullable

Account number of the user.It can be any stakeholder of the application.even can be a gym.

externalEntityNumberstring nullable

Entity number that make a relationship with BOX API DB.

guardianinteger

Gaurdian of the this user if he/she is under 18 years old.

gymNumberstring nullable

If this user is a gym, then the gym number.

introduceByinteger

If Someone introduced this user to the system, then that user's UserId.

namestring nullable

Name of the user.

numberstring nullable

Unique number maintain by application to idenify user.

typeIdinteger

Type of the user.

userIdinteger

Indentity number(primary key) for user object. Generated in DB table when inserting a record.