Get Users
get
Query parameters
sessionstringRequired
The session key generated by your admin for controlling which channel is allowed to send message across API
Header parameters
X-USER-TOKENstringRequired
The secret key provided by iSlash for accessing the iSlash API platform
Responses
200
Success
application/json
get
GET /api/public/user/all HTTP/1.1
Host: {islash_api_endpoint}
X-USER-TOKEN: text
Accept: */*
200
Success
{
"meta": {
"code": "text",
"message": "text"
},
"data": {
"users": [
{
"id": 1,
"name": "text",
"display_name": "text",
"email": "text"
}
]
}
}
Last updated