Rainbow Android SDK
Toggle table of contents
Android
Target filter
Android
Switch theme
Search in API
Skip to content
Rainbow Android SDK
Rainbow Android SDK
/
com.ale.infra.rest.user
/
UserService
/
inviteUser
invite
User
@
POST
(
value
=
"/api/rainbow/enduser/v1.0/users/{userId}/invitations"
)
abstract
suspend
fun
inviteUser
(
@
Path
(
value
=
"userId"
)
userId
:
String
,
@
Body
body
:
InviteUser
)
:
RainbowResult
<
Invitation
>