Class AdminUsersSessionListRequest.AdminUsersSessionListRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSessionListRequest.AdminUsersSessionListRequestBuilder
- Enclosing class:
- AdminUsersSessionListRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Set cursor to next_cursor returned by the previous call to list items in the next page.The maximum number of items to return.ID of the team you'd like active sessions for (must be used with user_id)Authentication token bearing required scopes.toString()
ID of user you'd like active sessions for (must be used with team_id)
-
Method Details
-
token
Authentication token bearing required scopes. (admin.users:read)- Returns:
this
.
-
cursor
Set cursor to next_cursor returned by the previous call to list items in the next page.- Returns:
this
.
-
limit
The maximum number of items to return. Must be between 1 - 1000 both inclusive.Default: 1000
- Returns:
this
.
-
teamId
ID of the team you'd like active sessions for (must be used with user_id)- Returns:
this
.
-
userId
ID of user you'd like active sessions for (must be used with team_id)- Returns:
this
.
-
build
-
toString
-