Skip to main content
Question

Why is 'login' required to ceate a Collaboration object?

  • May 22, 2025
  • 1 reply
  • 11 views

Forum|alt.badge.img

Hi

 

I'm getting a 400 Bad Request because I don't include a login parameter when I'm trying to create a collab object for an existing app user or group. But I don't want to include a login parameter because:

  • I don't want to send an email invite
  • I don't have the email, I have a user id / group id and I don't want to spend another API call on fetching those

Why exactly is it required to provide this parameter?

1 reply

Forum|alt.badge.img

So fixed this one: the login parameter is only required when you're missing the user id, which was why I was getting this error. When you enter a valid (app)user id it doesn't ask for the login parameter.