Create memberships to groups

Jump to solution
WilliamBarbabel
Community Member

I'm trying to add a user using an api , POST /v1/groups/{group_id}/memberships, but the following er...

{
    "errors": [
        {
            "message""The specified resource does not exist."
        }
    ]
}

 

why?

0 Likes
1 Solution
cstrikwerda
Instructure
Instructure

Hello @WilliamBarbabel 

That Live API you are using is currently unsupported. So you will need to use the API call specified in our API documentation. 
https://canvas.instructure.com/doc/api/groups.html#method.group_memberships.create

If you are having difficulty with this API call please let us know. You can always reach out to Canvas Support directly with any API issues you are having. https://community.canvaslms.com/t5/Canvas-Basics-Guide/How-do-I-contact-Canvas-Support/ta-p/389767

View solution in original post