User Profile

Get

HTTP Request

GET /api/v1/user-profiles/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseUserProfileDto

Update

HTTP Request

PUT /api/v1/user-profiles/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

UserProfileDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseUserProfileDto

Delete

HTTP Request

DELETE /api/v1/user-profiles/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Create Or Update Bulk

HTTP Request

PUT /api/v1/user-profiles/createOrUpdate/bulk

Parameters

Name

In

Type

Required

Description

body

body

UserProfileDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListUserProfileDto

Create Or Update

HTTP Request

PUT /api/v1/user-profiles/createOrUpdate

Parameters

Name

In

Type

Required

Description

body

body

UserProfileDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseUserProfileDto

Bulk Update

HTTP Request

PUT /api/v1/user-profiles/bulk

Parameters

Name

In

Type

Required

Description

body

body

UserProfileDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListUserProfileDto

Bulk Delete

HTTP Request

DELETE /api/v1/user-profiles/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Get User Profile

HTTP Request

GET /api/v1/user-profiles/username/{userName}

Parameters

Name

In

Type

Required

Description

userName

path

string

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

UserProfileDto

Find All

HTTP Request

GET /api/v1/user-profiles

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageUserProfileDto