KIP People API (Public)

GetMyVouchers

Get the current user’s vouchers

get

Query Parameters

pageinteger(int16)

Default:1

pageSizeinteger(int8)

Default:20

<= 100

Response

application/json

The request has succeeded.

Models.Responses.UserVouchersResponse

The request has succeeded.

dataarray[object]required
Show Child Parameters
metaobject
Show Child Parameters
linksarray[object]required
Show Child Parameters
get/users/me/vouchers
 
application/json

My User Profile

DeleteMyUserProfile

Delete the current user’s profile

delete

Response

application/json

The request has been accepted for processing, but processing has not yet completed.

The request has been accepted for processing, but processing has not yet completed.

datastring(uuid)required
linksarray[object]required
Show Child Parameters
delete/users/me/profile
 
application/json

GetMyBasicUserProfile

Get the current user’s basic profile information

get

Response

application/json

The request has succeeded.

Models.Responses.BasicProfileResponse

The request has succeeded.

dataobjectrequired
Show Child Parameters
linksarray[object]required
Show Child Parameters
get/users/me/profile
 
application/json

UpdateMyBasicUserProfile

Update the current user’s basic profile information

put

Body

application/json

Models.UserProfileUpdate

firstNamestring
middleNamestring
lastNamestring
genderstring

Response

The request has succeeded.

put/users/me/profile

Body

{}