Skip to main content

Attach member to stream

POST 

/api/streams/{stream_id}/members/{member_id}

This endpoint allows you to attach a member to a stream

Required permissions:

  • settings.team: allows attaching members to streams.

Request

Path Parameters

    stream_id stringrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the stream

    member_id stringrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the person to attach to the stream as member

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Member successfully attached to the stream.

Schema

    id integerrequired

    Possible values: >= 1

    The unique identifier of the resource

    created_at date-timerequired

    The date and time when the resource was created

    updated_at date-timerequired

    The date and time when the resource was last updated

    stream_id integerrequired

    Possible values: >= 1

    The ID of the stream

    member_id integerrequired

    Possible values: >= 1

    The ID of the person attached to the stream as member

    starts_at date

    The start date of the association

    ends_at date

    The end date of the association

Loading...