Account - REST API

List Users
User Account Details

List Users

View list of current Account users

GET https://lab-api.nowsecure.com/account/user/

EXAMPLE:
curl -H "Authorization: Bearer ${API_TOKEN}" -X GET https://lab-api.nowsecure.com/account/user/


Header 

Field Type Description
Authorization String  Send header with value Bearer: ${API_TOKEN} to authenticate

User Account Details

Request user Account details

GET https://lab-api.nowsecure.com/account/user/:user_ref

EXAMPLE:
curl -H "Authorization: Bearer ${API_TOKEN}" \
"https://lab-api.nowsecure.com/account/user/23acg9a8-c335-a3e3-badb-4afa3a4323ae"

Header 

Field Type Description
Authorization String  Send header with value Bearer: ${API_TOKEN} to authenticate

Route

Field Type Description
user_ref String  UUID user ref to request information

Comments

0 comments

Article is closed for comments.