/
/Uspacy api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 11h ago · Updated 2mo ago
appService4
authService10
custom fields (usersService)9
departments (usersService)8
emailService23
fileImport1
filesService8
groupService20
  • getGet groups list
  • postCreate group
  • getShows the group info
  • deleteDelete group. Only available to group owner.
  • patchUpdate group. Only available to group owner.
  • postUpload group logo. Only available to group owner or moderator.
  • patchAdding a user to a group.
  • patchRemove user from group.
  • patchAdding the current user to the group.
  • patchRemove the current user from the group.
  • getGetting a list of invitations to groups of the current user.
  • postSending invitations to groups. Only available to group owner.
  • deleteRefusal of an invitation. Only available to the current user.
  • postTransfer groups to another user.
  • postTransfer groups to another user.
  • postTransfer groups to another user.
  • getGetting a list of invited users for particular private group
  • postAdd join request for private group
  • getCheck if user sent join request to the private group
  • deleteDecline private group join request
history1
incoming webhooks (usersService)5
invite (usersService)5
outgoing webhooks (usersService)6
roles (usersService)6
searchService1
tasksService32
usersService20
    groupService

    Getting a list of invited users for particular private group

    Getting a list of invited users for particular private group

    get/groups/v1/join/{groupId}

    Response

    OK

    integer[] required

    The list of user ids

    Example response

    [
      2,
      5
    ]

    Changes