Users

All queries that are related to your users. Create, modify and retrieve main user information

Get all users

GET https://api.ambro-crypto.fr/p/users

This operation allows to retrieve the detailed information of all users

Query Parameters

Name
Type
Description

*

String

you're user custom id

Get user by custom id

GET https://api.ambro-crypto.fr/p/users/{id}

This operation allows to retrieve the detailed information of a user specified by his identifier.

Query Parameters

Name
Type
Description

*

String

you're user custom id

Create a user

PUT https://api.ambro-crypto.fr/p/users

This operation creates a new user in the system.

Request Body

Name
Type
Description

customId*

String

You're user ID

Request example

Sample request body

Update a user

POST https://api.ambro-crypto.fr/p/users/{id}

This operation updates the information of an existing user.

Query Parameters

Name
Type
Description

*

String

you're user custom id

Request Body

Name
Type
Description

json*

String

See below

Last updated