The getUser
operation retrieves information relating to a specific user in your account.
Code Block |
---|
|
<sirportly.getUser>
<user>{$ctx:user}</user>
</sirportly.getUser> |
Properties
user:
Required - The user ID, username or e-mail address.
Sample requestFollowing is a sample REST/JSON request that can be handled by the getUser
operation.
Code Block |
---|
language | xml |
---|
title | Sample Request for getUser |
---|
|
{
"apiUrl":"https://anusoft.sirportly.com",
"apiToken":"007898a0-d9e7-3d5a-f6e2-c1a7d3853555",
"apiSecret":"rrcxnqny86nrpxec0riiyufd4mylt45kr2l2bltsb435u5y68i",
"user" : "chamath@gmail.com"
} |
https://sirportly.com/docs/api-specification/users/get-user-properties
Anchor |
---|
| sampleconfiguration |
---|
| sampleconfiguration |
---|
|
Sample configurationFollowing is a sample proxy service that illustrates how to connect to Sirportly with the init
operation and use the getUser
operation. The sample request for this proxy can be found in the getUser sample request. You can use this sample as a template for using other operations in this category.
...